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