Run annotate_models
This commit is contained in:
parent
55e853d31d
commit
d7e24f6521
124 changed files with 2192 additions and 19 deletions
|
|
@ -1,5 +1,34 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: events
|
||||
#
|
||||
# id :bigint not null, primary key
|
||||
# abstract :text
|
||||
# comments_count :integer default(0), not null
|
||||
# description :text
|
||||
# guid :string not null
|
||||
# is_highlight :boolean default(FALSE)
|
||||
# language :string
|
||||
# max_attendees :integer
|
||||
# progress :string default("new"), not null
|
||||
# proposal_additional_speakers :text
|
||||
# public :boolean default(TRUE)
|
||||
# require_registration :boolean
|
||||
# start_time :datetime
|
||||
# state :string default("new"), not null
|
||||
# subtitle :string
|
||||
# title :string not null
|
||||
# week :integer
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
# difficulty_level_id :integer
|
||||
# event_type_id :integer
|
||||
# program_id :integer
|
||||
# room_id :integer
|
||||
# track_id :integer
|
||||
#
|
||||
class EventSerializer < ActiveModel::Serializer
|
||||
include ActionView::Helpers::TextHelper
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue