Project

General

Profile

« Previous | Next » 

Revision d92340af

Added by Joseph Magen over 11 years ago

  • ID d92340afea8ed24ff282cd63e529fe662938ae52

fixes #2037 remove catchall routes

this blocks any plugin/engine from adding additional routes

View differences:

config/routes.rb
end
end
#Keep this line the last route
match '*a', :to => 'errors#routing'
end

Also available in: Unified diff