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