| Path: | lib/routing_filter/adapters/rails_3.rb |
| Last Update: | Wed Dec 21 14:15:47 +0200 2011 |
| 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