Run annotate_models
This commit is contained in:
parent
55e853d31d
commit
d7e24f6521
124 changed files with 2192 additions and 19 deletions
|
|
@ -1,6 +1,20 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
# Read about factories at https://github.com/thoughtbot/factory_bot
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: sponsors
|
||||
#
|
||||
# id :bigint not null, primary key
|
||||
# description :text
|
||||
# logo_file_name :string
|
||||
# name :string
|
||||
# picture :string
|
||||
# website_url :string
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
# conference_id :integer
|
||||
# sponsorship_level_id :integer
|
||||
#
|
||||
|
||||
FactoryBot.define do
|
||||
factory :sponsor do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue