Class: Documents::FormSection
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- Documents::FormSection
- Defined in:
- app/models/documents/form_section.rb
Instance Method Summary collapse
Instance Method Details
#path ⇒ Object
7 |
# File 'app/models/documents/form_section.rb', line 7 def path = [form.path, position.to_s].join("/") |