Method: Graphiti::Errors::ResourceNotFound#message

Defined in:
lib/graphiti/errors.rb

#messageObject



668
669
670
671
672
673
674
675
676
677
678
# File 'lib/graphiti/errors.rb', line 668

def message
  "    Could not find resource class for sideload '\#{@sideload_name}' on Resource '\#{@resource_class.name}'!\n\n    Tried to find classes: \#{@tried.join(\", \")}\n\n    If this follows a non-standard naming convention, use the :resource option to pass it directly:\n\n    has_many :comments, resource: SpecialCommentResource\n  MSG\nend\n"