Merge pull request #768 from hennevogel/rubocop

Update rubocop todo file
This commit is contained in:
Henne Vogelsang 2016-02-18 14:08:04 +01:00
commit e2fb83146a
5 changed files with 589 additions and 140 deletions

View file

@ -1,6 +1,5 @@
##
# This class represents a conference
# rubocop:disable Style/ClassLength
class Conference < ActiveRecord::Base
require 'uri'
serialize :events_per_week, Hash