We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5f575 commit 84070fcCopy full SHA for 84070fc
1 file changed
lib/jsonapi/resource_serializer.rb
@@ -21,7 +21,6 @@ def initialize(primary_resource_klass, options = {})
21
@include_directives = options[:include_directives]
22
@key_formatter = options.fetch(:key_formatter, JSONAPI.configuration.key_formatter)
23
@route_formatter = options.fetch(:route_formatter, JSONAPI.configuration.route_formatter)
24
- # @paginator = options[:paginator]
25
@base_url = options.fetch(:base_url, '')
26
end
27
0 commit comments