From b0bf140e0b60630067da8c8793a3bc1539618157 Mon Sep 17 00:00:00 2001 From: Benjamin Fleischer Date: Fri, 6 Jan 2017 22:09:51 -0600 Subject: [PATCH] Fix style --- lib/active_model_serializers/model.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/active_model_serializers/model.rb b/lib/active_model_serializers/model.rb index 4716d1ada..622a3ef47 100644 --- a/lib/active_model_serializers/model.rb +++ b/lib/active_model_serializers/model.rb @@ -121,7 +121,7 @@ def initialize(attributes = {}) # Defaults to the downcased model name. # This probably isn't a good default, since it's not a unique instance identifier, - # but that was the old behavior ¯\_(ツ)_/¯ + # but that was the old behavior \_('-')_/ def id @initialized_attributes.fetch(:id) { self.class.model_name.name && self.class.model_name.name.downcase } end