Guest User

Untitled

a guest
May 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # Returns a mapping between filters and the actions that may run them.
  2. def included_actions #:nodoc:
  3. filter_chain.inject({}) { |h,f| h[f.filter] = f.included_actions; h }
  4. end
Add Comment
Please, Sign In to add comment