We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4880fe + c4cbf77 commit 5a68312Copy full SHA for 5a68312
1 file changed
README.md
@@ -999,7 +999,7 @@ class BookResource < JSONAPI::Resource
999
def meta(options)
1000
{
1001
copyright: 'API Copyright 2015 - XYZ Corp.',
1002
- computed_copyright: options[:serialization_options][:copyright]
+ computed_copyright: options[:serialization_options][:copyright],
1003
last_updated_at: _model.updated_at
1004
}
1005
end
0 commit comments