diff --git a/app/models/conference.rb b/app/models/conference.rb index d2a3a907..68b9aad0 100644 --- a/app/models/conference.rb +++ b/app/models/conference.rb @@ -1,6 +1,6 @@ ## # This class represents a conference - +# rubocop:disable Style/ClassLength class Conference < ActiveRecord::Base require 'uri' serialize :events_per_week, Hash