protected Method

ClassMethods.prepend_filter_to_chain(filters, filter_type = :around, &block)

There's no documentation for this item.

Source Code

# File action_controller/filters.rb, line 519
def prepend_filter_to_chain(filters, filter_type = :around, &block)
  pos = find_filter_prepend_position(filters, filter_type)
  update_filter_chain(filters, filter_type, pos, &block)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.