simplified routing

master
muflax 2011-09-23 14:45:52 +02:00
parent 36d6ac648f
commit 18286c87ad
1 changed files with 0 additions and 12 deletions

12
Rules
View File

@ -90,18 +90,6 @@ route '/style/' do
'/style.css'
end
route '/js/*' do
route_unchanged
end
route '/kanji/*' do
route_unchanged
end
route '/stuff/*' do
route_unchanged
end
route '/references' do
# pass
end