mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08: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