Class: Tenon::TenonCalloutsController

Inherits:
ResourcesController show all
Defined in:
app/controllers/tenon/tenon_callouts_controller.rb

Instance Method Summary collapse

Methods inherited from ResourcesController

#create, #destroy, #edit, #index, #initialize, #new, #reorder, #update

Constructor Details

This class inherits a constructor from Tenon::ResourcesController

Instance Method Details

#resource_paramsObject



3
4
5
# File 'app/controllers/tenon/tenon_callouts_controller.rb', line 3

def resource_params
  params.require(:tenon_callout).permit!
end