about summary refs log tree commit diff stats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-11 11:39:16 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-11 11:39:16 -0400
commit3a628945ade35f3ba351ba90e271608520753174 (patch)
tree05c496db4cf11aec1e334336858bf3fafff0c9e0 /config/routes.rb
parentffcc44d1a73ae1191e835fa625f2f8a7e3e25bda (diff)
downloadthoughts-3a628945ade35f3ba351ba90e271608520753174.tar.gz
thoughts-3a628945ade35f3ba351ba90e271608520753174.tar.bz2
thoughts-3a628945ade35f3ba351ba90e271608520753174.zip
Removed ckeditor
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb index d1d1d35..514eb67 100644 --- a/config/routes.rb +++ b/config/routes.rb
@@ -17,8 +17,6 @@ Rails.application.routes.draw do
17 resources :games, except: [:show] 17 resources :games, except: [:show]
18 end 18 end
19 19
20 mount Ckeditor::Engine => '/ckeditor'
21
22 devise_for :users, controllers: { 20 devise_for :users, controllers: {
23 sessions: 'users/sessions', 21 sessions: 'users/sessions',
24 passwords: 'users/passwords' 22 passwords: 'users/passwords'