Skip to content

Commit

Permalink
Update annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
kronn committed Feb 12, 2020
1 parent 02ca6fa commit 22b5033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/models/concert.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# performed_at :date
# year :integer not null
# editable :boolean default(TRUE), not null
# created_at :datetime default(Wed, 30 Jan 2019 12:12:24 CET +01:00), not null
# updated_at :datetime default(Wed, 30 Jan 2019 12:12:24 CET +01:00), not null
# created_at :datetime not null
# updated_at :datetime not null
#

class Concert < ActiveRecord::Base
Expand Down
4 changes: 2 additions & 2 deletions spec/fixtures/concerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# performed_at :date
# year :integer not null
# editable :boolean default(TRUE), not null
# created_at :datetime default(Wed, 30 Jan 2019 12:12:24 CET +01:00), not null
# updated_at :datetime default(Wed, 30 Jan 2019 12:12:24 CET +01:00), not null
# created_at :datetime not null
# updated_at :datetime not null
#

first_concert:
Expand Down

0 comments on commit 22b5033

Please sign in to comment.