Class: Ohm::Model::MissingID
- Inherits:
-
Ohm::Error
- Object
- Ohm::Model::MissingID
- Defined in:
- lib/ohm.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) message
301 302 303 |
# File 'lib/ohm.rb', line 301 def "You tried to perform an operation that needs the model ID, but it's not present." end |