Merge pull request #1887 from johnnymo87/correct-comment

Correct comment
This commit is contained in:
Benjamin Fleischer
2016-08-31 01:04:36 -05:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ module ActiveModelSerializers
# Get serializer either explicitly :serializer or implicitly from resource
# Remove :serializer key from serializer_opts
# Replace :serializer key with :each_serializer if present
# Remove :each_serializer if present and set as :serializer key
def serializer
@serializer ||=
begin