Class: Provet::User

Inherits:
Base
  • Object
show all
Defined in:
lib/provet/user.rb

Instance Method Summary collapse

Methods inherited from Base

#all, #collection_path, #collection_url, #create, #destroy, #find, #list, #resource_path, #resource_url, #restore, #update

Instance Method Details

#really_destroy!(_id) ⇒ Object



5
6
7
# File 'lib/provet/user.rb', line 5

def really_destroy!(_id)
  raise MethodNotAllowedError
end