ftp-manager/config/routes.rb

5 lines
161 B
Ruby
Raw Normal View History

2016-08-27 15:52:19 -05:00
Rails.application.routes.draw do
2016-08-27 21:40:21 -05:00
resources :accounts
2016-08-27 15:52:19 -05:00
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end