Exception: MundoPepino::ModelNotMapped

Inherits:
NotMapped
  • Object
show all
Defined in:
lib/mundo_pepino/base.rb

Instance Method Summary collapse

Methods inherited from NotMapped

#message

Constructor Details

#initialize(string) ⇒ ModelNotMapped

Returns a new instance of ModelNotMapped.



41
42
43
# File 'lib/mundo_pepino/base.rb', line 41

def initialize(string)
  super('Model', string)
end