mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Style/StringLiterals single quote all the things
This commit is contained in:
2
test/fixtures/poro.rb
vendored
2
test/fixtures/poro.rb
vendored
@@ -103,7 +103,7 @@ PostSerializer = Class.new(ActiveModel::Serializer) do
|
||||
url :comments
|
||||
|
||||
def blog
|
||||
Blog.new(id: 999, name: "Custom blog")
|
||||
Blog.new(id: 999, name: 'Custom blog')
|
||||
end
|
||||
|
||||
def custom_options
|
||||
|
||||
Reference in New Issue
Block a user