Class: Decidim::Amendable::CreateForm
- Defined in:
- app/forms/decidim/amendable/create_form.rb
Overview
A form object to be used when users want to amend an amendable resource.
Instance Method Summary collapse
Methods inherited from Form
#amender, #amendment, #emendation
Methods included from TranslatableAttributes
#attachment?, #default_locale?
Instance Method Details
#amendable ⇒ Object
16 17 18 |
# File 'app/forms/decidim/amendable/create_form.rb', line 16 def amendable @amendable ||= GlobalID::Locator.locate_signed(amendable_gid) end |