Fix all Layout/TrailingWhitespace rubocop issues and remove from rubocop_todo list

This commit is contained in:
Bertocq
2017-06-21 22:32:11 +02:00
parent cf81c740b1
commit 80bcf38dc5
4 changed files with 3 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
class Organization < ActiveRecord::Base
include Graphqlable
belongs_to :user, touch: true
validates :name, presence: true