We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ae4664 + a5582da commit e1ec8b6Copy full SHA for e1ec8b6
1 file changed
lib/jsonapi/resource_serializer.rb
@@ -15,7 +15,7 @@ class ResourceSerializer
15
# relationship ids in the links section for a resource. Fields are global for a resource type.
16
# Example: { people: [:id, :email, :comments], posts: [:id, :title, :author], comments: [:id, :body, :post]}
17
# key_formatter: KeyFormatter instance to override the default configuration
18
- # serializer_options: additional options that will be passed to resource meta and links lambdas
+ # serialization_options: additional options that will be passed to resource meta and links lambdas
19
20
def initialize(primary_resource_klass, options = {})
21
@primary_resource_klass = primary_resource_klass
0 commit comments