Class: Basepack::Forms::Fields::HasAndBelongsToManyAssociation
- Inherits:
-
HasManyAssociation
- Object
- Base
- HasManyAssociation
- Basepack::Forms::Fields::HasAndBelongsToManyAssociation
- Defined in:
- lib/basepack/forms/fields/has_and_belongs_to_many_association.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from HasManyAssociation
Methods inherited from Base
#association?, #configure_nested_form, #copy, #enum_options, #initialize, #inverse_of_nested_in?, #nested_label, #nform, #parse_input, #unique?, #update_attributes, #value, #view
Constructor Details
This class inherits a constructor from Basepack::Forms::Fields::Base
Instance Method Details
#bulk_editable? ⇒ Boolean
5 6 7 |
# File 'lib/basepack/forms/fields/has_and_belongs_to_many_association.rb', line 5 def bulk_editable? true end |