Module: NAttributes::ClassMethods
- Defined in:
- lib/n_attributes.rb
Instance Method Summary collapse
Instance Method Details
#n_attributes(*args) ⇒ Object
11 12 13 14 15 |
# File 'lib/n_attributes.rb', line 11 def n_attributes(*args) args.each do |arg| serialize %(:#{arg}) end end |