Class: Ohm::Model
- Inherits:
-
Object
- Object
- Ohm::Model
- Defined in:
- lib/overwrite.rb
Overview
make migration from datamapper more straightforward
Class Method Summary collapse
Class Method Details
.get(id) ⇒ Object
148 149 150 |
# File 'lib/overwrite.rb', line 148 def self.get(id) self[id] end |