mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Convert a lot of :a => b to a: b and bring peace to the world
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
class ApplicationSerializer < ActiveModel::Serializer
|
||||
embed :ids, :include => true
|
||||
embed :ids, include: true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user