Merge branch 'master' into abstract_optional
This commit is contained in:
commit
3472c2210a
92 changed files with 409 additions and 213 deletions
|
|
@ -1,4 +1,4 @@
|
|||
class Event < ActiveRecord::Base
|
||||
class Event < ApplicationRecord
|
||||
include ActiveRecord::Transitions
|
||||
include RevisionCount
|
||||
has_paper_trail on: [:create, :update], ignore: [:updated_at, :guid, :week], meta: { conference_id: :conference_id }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue