How do I inspect the filter chain in rails (3.0.8)

before-filter, filter, ruby-on-rails

Solution

YourController._process_action_callbacks

Problem

Apparently `#filter_chain` is deprecated, does anyone know how? I've tried several things, but can't really find anything that works.

Original source