module Destiny::Controller
Public Instance Methods
grant_required()
click to toggle source
# File lib/destiny/controller.rb, line 4 def grant_required access_denied unless current_user&.has_grant?(controller_path, action_name) end