Skip to content

Commit cb50a35

Browse files
committed
Regenerate annotations
1 parent 95e4427 commit cb50a35

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/models/page.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
#
77
# id :bigint not null, primary key
88
# admin_notes :text
9+
# cached_og_description :text
910
# content :text
1011
# hidden_from_search :boolean default(FALSE), not null
1112
# invariant :boolean default(FALSE), not null
1213
# meta_description :text
1314
# name :text
14-
# og_description :text
1515
# parent_type :string
1616
# skip_clickwrap_agreement :boolean default(FALSE), not null
1717
# slug :string

test/factories/pages.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
#
77
# id :bigint not null, primary key
88
# admin_notes :text
9+
# cached_og_description :text
910
# content :text
1011
# hidden_from_search :boolean default(FALSE), not null
1112
# invariant :boolean default(FALSE), not null
1213
# meta_description :text
1314
# name :text
14-
# og_description :text
1515
# parent_type :string
1616
# skip_clickwrap_agreement :boolean default(FALSE), not null
1717
# slug :string

test/models/page_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
#
77
# id :bigint not null, primary key
88
# admin_notes :text
9+
# cached_og_description :text
910
# content :text
1011
# hidden_from_search :boolean default(FALSE), not null
1112
# invariant :boolean default(FALSE), not null
1213
# meta_description :text
1314
# name :text
14-
# og_description :text
1515
# parent_type :string
1616
# skip_clickwrap_agreement :boolean default(FALSE), not null
1717
# slug :string

0 commit comments

Comments
 (0)