From b5b1d093e5610dfe193bdf64756b5c27390ec9bd Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Fri, 1 Aug 2014 14:14:54 +0200 Subject: [PATCH] Disable Style/ClassLength on Conference. It's Issue #413 now --- app/models/conference.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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