Method: AD::Framework::Schema#add_attributes
- Defined in:
- lib/ad-framework/schema.rb
#add_attributes(attribute_names) ⇒ Object
46 47 48 49 |
# File 'lib/ad-framework/schema.rb', line 46 def add_attributes(attribute_names) self.add_read_attributes(attribute_names) self.add_write_attributes(attribute_names) end |