diff options
author | Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp> | 2017-12-07 11:37:43 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-12-07 03:37:43 +0100 |
commit | c083816c2479dcdfa6674c47a75a8293bf64a947 (patch) | |
tree | dddc1ffa56dae8a8856ec9c80af049beb5e66046 /app/models | |
parent | 432761f37574b4e4159283f595e6c094b7bde449 (diff) |
Add embed_url to preview cards (#5775)
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/preview_card.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/preview_card.rb b/app/models/preview_card.rb index e2bf65d94..5baddba8a 100644 --- a/app/models/preview_card.rb +++ b/app/models/preview_card.rb @@ -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 |