Exception: RestfulResource::ResourceIdMissingError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/restful_resource/resource_id_missing_error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/restful_resource/resource_id_missing_error.rb', line 3

def message
  'You must pass the resource ID'
end