Add embed_url to preview cards (#5775)

This commit is contained in:
Akihiko Odaki
2017-12-07 11:37:43 +09:00
committed by Eugen Rochko
parent 432761f375
commit c083816c24
7 changed files with 38 additions and 9 deletions

View File

@ -21,6 +21,7 @@
# height :integer default(0), not null
# created_at :datetime not null
# updated_at :datetime not null
# embed_url :string default(""), not null
#
class PreviewCard < ApplicationRecord