Exception: MundoPepino::CrudActionNotMapped

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) ⇒ CrudActionNotMapped

Returns a new instance of CrudActionNotMapped.



53
54
55
# File 'lib/mundo_pepino/base.rb', line 53

def initialize(string)
  super('CRUD Action', string)
end