Module: Trax::Controller::Authorization::Pundit::Actions::Create

Extended by:
ActiveSupport::Concern
Defined in:
lib/trax/controller/authorization/pundit/actions/create.rb

Instance Method Summary collapse

Instance Method Details

#create_resource(object) ⇒ Object



9
10
11
12
# File 'lib/trax/controller/authorization/pundit/actions/create.rb', line 9

def create_resource(object)
  authorize(object)
  super(object)
end