| Path: | lib/routing_filter/adapters/rails_3.rb |
| Last Update: | Fri Mar 23 13:19:01 -0400 2012 |
| optimize_recognize! | -> | optimize_recognize_without_filtering! |
def recognize_path_with_filtering(path, env = {})
@set.filters.run(:around_recognize, path.dup, env, &lambda{ recognize_path_without_filtering(path.dup, env) })
end alias_method_chain :recognize_path, :filtering