Remove all Layout/EmptyLines issues on code and file list from rubocop_todo

This commit is contained in:
Bertocq
2017-06-25 16:01:31 +02:00
parent 2fa92937d2
commit 775da2d581
13 changed files with 0 additions and 28 deletions

View File

@@ -31,5 +31,4 @@ module SearchCache
ActionController::Base.helpers.sanitize(value, tags: [])
end
end

View File

@@ -7,7 +7,6 @@ class Notification < ActiveRecord::Base
scope :not_emailed, -> { where(emailed_at: nil) }
scope :for_render, -> { includes(:notifiable) }
def timestamp
notifiable.created_at
end