Method: Strongbolt::BoltedController::InstanceMethods#render_without_authorization?
- Defined in:
- lib/strongbolt/bolted_controller.rb
#render_without_authorization? ⇒ Boolean
Checks if the current action needs verification
149 150 151 152 |
# File 'lib/strongbolt/bolted_controller.rb', line 149 def self.class..present? && self.class..include?(params[:action].to_sym) end |