Module: DynamicFieldsets::FieldWithFieldOptions

Defined in:
lib/dynamic_fieldsets/field_with_field_options.rb

Overview

Adds methods to a model extending DynamicFieldsets::Field so that it works with field options when saving and accessing data

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



5
6
7
# File 'lib/dynamic_fieldsets/field_with_field_options.rb', line 5

def self.included(base)
  base.extend ClassMethods
end