Class: Decidim::Verifications::RevocationsCell
- Inherits:
-
Decidim::ViewModel
- Object
- Decidim::ViewModel
- Decidim::Verifications::RevocationsCell
- Defined in:
- app/cells/decidim/verifications/revocations_cell.rb
Overview
This cell renders revocation options - Revoke all or Revoke before date
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
7 8 9 10 |
# File 'app/cells/decidim/verifications/revocations_cell.rb', line 7 def show @form = Decidim::Verifications::Admin::RevocationsBeforeDateForm.from_params(params) render end |