Exception: MundoPepino::ModelNotMapped
- Defined in:
- lib/mundo_pepino/base.rb
Instance Method Summary collapse
-
#initialize(string) ⇒ ModelNotMapped
constructor
A new instance of ModelNotMapped.
Methods inherited from NotMapped
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 |