4 lines
101 B
Ruby
4 lines
101 B
Ruby
AdnRepostmentions::Application.routes.draw do
|
|
root :to => 'reposts#index'
|
|
resources :reposts
|
|
end
|