Module: DynamicFieldsets::FieldWithSingleAnswer::ClassMethods
- Defined in:
- lib/dynamic_fieldsets/field_with_single_answer.rb
Instance Method Summary collapse
Instance Method Details
#acts_as_field_with_single_answer(args = {}) ⇒ Object
8 9 10 |
# File 'lib/dynamic_fieldsets/field_with_single_answer.rb', line 8 def acts_as_field_with_single_answer(args = {}) include DynamicFieldsets::FieldWithSingleAnswer::InstanceMethods end |