hardpixel/action-admin

View on GitHub
app/controllers/action_admin/devise/unlocks_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ActionAdmin::Devise::UnlocksController < ::Devise::UnlocksController
  include ActionAdmin::Actionable

  action_title :new, 'Unlock Instructions'
  action_title :show, 'Unlock Account'

  layout 'admin/devise'
end