Run annotate_models
This commit is contained in:
parent
55e853d31d
commit
d7e24f6521
124 changed files with 2192 additions and 19 deletions
|
|
@ -1,5 +1,15 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: events_registrations
|
||||
#
|
||||
# id :bigint not null, primary key
|
||||
# attended :boolean default(FALSE), not null
|
||||
# created_at :datetime
|
||||
# event_id :integer
|
||||
# registration_id :integer
|
||||
#
|
||||
class EventsRegistration < ApplicationRecord
|
||||
belongs_to :registration
|
||||
belongs_to :event
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue