Сериализация для модели
https://robots.thoughtbot.com/better-serialization-less-as-json
def as_json(options = nil)
super({ only: [:id, :content, :created_at], include: :user }.merge(options || {}))
end
The blog about containerisation, virtual machines and useful shell snippets and findings
https://robots.thoughtbot.com/better-serialization-less-as-json
def as_json(options = nil)
super({ only: [:id, :content, :created_at], include: :user }.merge(options || {}))
end