Disable Style/ClassLength on Conference. It's Issue #413 now
This commit is contained in:
parent
d39d10d3f7
commit
b5b1d093e5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
##
|
##
|
||||||
# This class represents a conference
|
# This class represents a conference
|
||||||
|
# rubocop:disable Style/ClassLength
|
||||||
class Conference < ActiveRecord::Base
|
class Conference < ActiveRecord::Base
|
||||||
require 'uri'
|
require 'uri'
|
||||||
serialize :events_per_week, Hash
|
serialize :events_per_week, Hash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue