Skip to content

Commit

Permalink
annotate
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly committed Sep 23, 2024
1 parent e77ecc1 commit aac1a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/models/watch_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# description :text
# created_at :datetime not null
# updated_at :datetime not null
# talks_count :integer default(0)
#
# rubocop:enable Layout/LineLength
class WatchList < ApplicationRecord
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/watch_lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# description :text
# created_at :datetime not null
# updated_at :datetime not null
# talks_count :integer default(0)
#
# rubocop:enable Layout/LineLength
one:
Expand Down

0 comments on commit aac1a0f

Please sign in to comment.