Class: Flexite::Entry::ArrayForm

Inherits:
Form show all
Defined in:
app/forms/flexite/entry/array_form.rb

Instance Attribute Summary collapse

Attributes inherited from Form

#id, #parent_id, #parent_type, #type, #value

Attributes inherited from BaseForm

#attributes

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

#entriesObject

Returns the value of attribute entries.



4
5
6
# File 'app/forms/flexite/entry/array_form.rb', line 4

def entries
  @entries
end

#new_entriesObject

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

Returns:

  • (Boolean)


10
11
12
# File 'app/forms/flexite/entry/array_form.rb', line 10

def with_history?
  false
end