protected Method

ClassMethods.delete_filters_in_chain(filters)

There's no documentation for this item.

Source Code

# File action_controller/filters.rb, line 649
def delete_filters_in_chain(filters) #:nodoc:
  write_inheritable_attribute('filter_chain', filter_chain.reject { |f| filters.include?(f) })
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.