Module: Bsm::Model::HasManySerialized::ClassMethods
- Defined in:
- lib/bsm/model/has_many_serialized.rb
Instance Method Summary collapse
Instance Method Details
#has_many_serialized(name, scope = nil, options = {}) ⇒ Object
7 8 9 |
# File 'lib/bsm/model/has_many_serialized.rb', line 7 def has_many_serialized(name, scope=nil, ={}) Builder.build(self, name, scope, ) end |