Skip to content

Commit 84070fc

Browse files
committed
Remove cruft
1 parent 8a5f575 commit 84070fc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/jsonapi/resource_serializer.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def initialize(primary_resource_klass, options = {})
2121
@include_directives = options[:include_directives]
2222
@key_formatter = options.fetch(:key_formatter, JSONAPI.configuration.key_formatter)
2323
@route_formatter = options.fetch(:route_formatter, JSONAPI.configuration.route_formatter)
24-
# @paginator = options[:paginator]
2524
@base_url = options.fetch(:base_url, '')
2625
end
2726

0 commit comments

Comments
 (0)