Class: Ohm::Model::MissingID

Inherits:
Ohm::Error
  • Object
show all
Defined in:
lib/ohm.rb

Instance Method Summary (collapse)

Instance Method Details

- (Object) message



301
302
303
# File 'lib/ohm.rb', line 301

def message
  "You tried to perform an operation that needs the model ID, but it's not present."
end