File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 33require 'rails/all'
44
55Bundler . require ( *Rails . groups )
6- require " avocado"
6+ require ' avocado'
77
88# Tell spring where the new dummy ap is located
99Spring . application_root = 'spec/dummy' if Rails . env != 'production'
@@ -17,7 +17,5 @@ class Application < Rails::Application
1717 # Application configuration can go into files in config/initializers
1818 # -- all .rb files in that directory are automatically loaded after loading
1919 # the framework and any gems in your application.
20-
2120 end
2221end
23-
Original file line number Diff line number Diff line change 33 devise_for :users
44 # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
55
6- # Uncomment this to enable the avocado gem
76 mount Avocado ::Engine => '/avocado'
87end
You can’t perform that action at this time.
0 commit comments