Class: Decidim::Verifications::RevocationsCell

Inherits:
Decidim::ViewModel
  • Object
show all
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

#showObject



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