We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcee36 commit 72bc1ffCopy full SHA for 72bc1ff
.travis.yml
@@ -6,6 +6,7 @@ env:
6
- "RAILS_VERSION=5.1.7"
7
- "RAILS_VERSION=5.2.3"
8
- "RAILS_VERSION=6.0.0"
9
+ - "RAILS_VERSION=6.1.0"
10
rvm:
11
- 2.3.8
12
- 2.4.7
lib/jsonapi/resource_controller_metal.rb
@@ -5,7 +5,6 @@ class ResourceControllerMetal < ActionController::Metal
5
ActionController::Rendering,
ActionController::Renderers::All,
ActionController::StrongParameters,
- ActionController::ForceSSL,
ActionController::Instrumentation,
JSONAPI::ActsAsResourceController
].freeze
0 commit comments