Method: ORMSupport#classify
- Defined in:
- lib/mega/orm_support.rb
#classify(type = :nitro) ⇒ Object
Like classname, but returns the actual class.
95 96 97 |
# File 'lib/mega/orm_support.rb', line 95 def classify( type=:nitro ) classname( type ).to_const end |