mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Autocorrect new rubocop offenses
This commit is contained in:
parent
deda3d4273
commit
988b3bf689
24 changed files with 48 additions and 41 deletions
|
|
@ -4,6 +4,7 @@ class Event < ApplicationRecord
|
|||
include ActionView::Helpers::NumberHelper # for number_with_precision
|
||||
include ActiveRecord::Transitions
|
||||
include RevisionCount
|
||||
|
||||
has_paper_trail on: [:create, :update], ignore: [:updated_at, :guid, :week], meta: { conference_id: :conference_id }
|
||||
|
||||
acts_as_commentable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue