Module: Mongoid::SerializeWith
- Defined in:
- lib/mongoid/serialize_with.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 |
# File 'lib/mongoid/serialize_with.rb', line 4 def self.included(base) base.extend ::SerializeWith end |