Fix rubocop warnings

This commit is contained in:
Tom Hughes 2019-11-27 11:47:16 +00:00
parent 461f99dfe0
commit e6667b7ff5
16 changed files with 21 additions and 21 deletions

View file

@ -1,5 +1,5 @@
class AddTermsSeenToUser < ActiveRecord::Migration[4.2]
class User < ActiveRecord::Base
class User < ApplicationRecord
end
def self.up