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
8 9 10 |
# File 'lib/bsm/model/has_many_serialized.rb', line 8 def has_many_serialized(name, scope = nil, = {}) Builder.build(self, name, scope, ) end |