Class: Admin::PostmarkController

Inherits:
ApplicationController
  • Object
show all
Includes:
Effective::CrudController
Defined in:
app/controllers/admin/postmark_controller.rb

Instance Method Summary collapse

Instance Method Details

#permitted_paramsObject



12
13
14
# File 'app/controllers/admin/postmark_controller.rb', line 12

def permitted_params
  params.require(:user).permit!
end