Method: ImageType.mongoize
- Defined in:
- lib/classiccms/models/base.rb
.mongoize(object_id) ⇒ Object
Takes any possible object and converts it to how it would be stored in the database.
30 31 32 |
# File 'lib/classiccms/models/base.rb', line 30 def mongoize(object_id) object_id end |