Class: Decidim::Plans::AttachmentForm

Inherits:
Form
  • Object
show all
Defined in:
app/forms/decidim/plans/attachment_form.rb

Instance Method Summary collapse

Instance Method Details

#to_paramObject



15
16
17
18
19
# File 'app/forms/decidim/plans/attachment_form.rb', line 15

def to_param
  return id if id.present?

  "attachment-id"
end