Method: Graphiti::Errors::ModelNotFound#message
- Defined in:
- lib/graphiti/errors.rb
#message ⇒ Object
586 587 588 589 590 591 592 |
# File 'lib/graphiti/errors.rb', line 586 def " Could not find model for Resource '\#{@resource_class}'\n\n Manually set model (self.model = MyModel) if it does not match name of the Resource.\n MSG\nend\n" |