We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8dc85 commit d977421Copy full SHA for d977421
config/application.rb
@@ -28,6 +28,6 @@ class Application < Rails::Application
28
# Only loads a smaller set of middleware suitable for API only apps.
29
# Middleware like session, flash, cookies can be added back manually.
30
# Skip views, helpers and assets when generating a new resource.
31
- config.api_only = true
+ config.api_only = false
32
end
33
0 commit comments