Method: Graphiti::Errors::Unlinkable#message
- Defined in:
- lib/graphiti/errors.rb
#message ⇒ Object
224 225 226 227 228 229 230 231 232 |
# File 'lib/graphiti/errors.rb', line 224 def " \#{@resource_class.name}: Tried to link sideload \#{@sideload.name.inspect}, but cannot generate links!\n\n Graphiti.config.context_for_endpoint must be set to enable link generation:\n\n Graphiti.config.context_for_endpoint = ->(path, action) { ... }\n MSG\nend\n" |