class RestfulResource::ResourceIdMissingError
Public Instance Methods
Source
# File lib/restful_resource/resource_id_missing_error.rb, line 3 def message 'You must pass the resource ID' end
# File lib/restful_resource/resource_id_missing_error.rb, line 3 def message 'You must pass the resource ID' end