Returns a mapping between filters and actions that may not run them.
# File action_controller/filters.rb, line 369 def excluded_actions #:nodoc: @excluded_actions ||= read_inheritable_attribute("excluded_actions") || {} end
<code/>
<pre/>
<code/>and<pre/>for code samples.