adn-repostmentions/config/routes.rb
2013-12-08 23:09:27 +01:00

4 lines
101 B
Ruby

AdnRepostmentions::Application.routes.draw do
root :to => 'reposts#index'
resources :reposts
end