Skip to content

Commit b0bf140

Browse files
committed
Fix style
1 parent bb0ddca commit b0bf140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/active_model_serializers/model.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def initialize(attributes = {})
121121

122122
# Defaults to the downcased model name.
123123
# This probably isn't a good default, since it's not a unique instance identifier,
124-
# but that was the old behavior ¯\_()_/¯
124+
# but that was the old behavior \_('-')_/
125125
def id
126126
@initialized_attributes.fetch(:id) { self.class.model_name.name && self.class.model_name.name.downcase }
127127
end

0 commit comments

Comments
 (0)