Module: MakeRestful

Extended by:
ActiveSupport::Autoload, ActiveSupport::Concern
Includes:
Rendering, RestMethods
Defined in:
lib/make_restful.rb,
lib/make_restful/version.rb

Defined Under Namespace

Modules: ClassMethods, Loaders, Rendering, RestMethods Classes: PermissibleActions, PermissibleSet

Constant Summary collapse

VERSION =
"0.1.13"

Instance Method Summary collapse

Methods included from RestMethods

#create, #destroy, #index, #show, #update

Instance Method Details

#klassObject



44
45
46
# File 'lib/make_restful.rb', line 44

def klass
  self.class
end