Class: Flexite::Entry::ArrayForm
- Defined in:
- app/forms/flexite/entry/array_form.rb
Instance Attribute Summary collapse
-
#entries ⇒ Object
Returns the value of attribute entries.
-
#new_entries ⇒ Object
Returns the value of attribute new_entries.
Attributes inherited from Form
#id, #parent_id, #parent_type, #type, #value
Attributes inherited from BaseForm
Instance Method Summary collapse
Methods inherited from Form
#history_type, model_name, #view_type
Methods inherited from BaseForm
#initialize, #new_record?, #persisted?
Constructor Details
This class inherits a constructor from Flexite::BaseForm
Instance Attribute Details
#entries ⇒ Object
Returns the value of attribute entries.
4 5 6 |
# File 'app/forms/flexite/entry/array_form.rb', line 4 def entries @entries end |
#new_entries ⇒ Object
Returns the value of attribute new_entries.
4 5 6 |
# File 'app/forms/flexite/entry/array_form.rb', line 4 def new_entries @new_entries end |
Instance Method Details
#with_history? ⇒ Boolean
10 11 12 |
# File 'app/forms/flexite/entry/array_form.rb', line 10 def with_history? false end |