initial copy commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
Dunlop::Ember::Engine.routes.draw do
|
||||
get 'users/me'
|
||||
devise_scope :user do
|
||||
post 'users/sign_in', to: 'sessions#create'
|
||||
end
|
||||
root to: 'application#ember_path'
|
||||
get '*rest', controller: 'application', action: 'ember_path'
|
||||
end
|
||||
Reference in New Issue
Block a user