projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix most auto-correctable rubocop issues
[rails.git]
/
app
/
models
/
changeset_comment.rb
diff --git
a/app/models/changeset_comment.rb
b/app/models/changeset_comment.rb
index
1f037d6
..
02f68a2
100644
(file)
--- a/
app/models/changeset_comment.rb
+++ b/
app/models/changeset_comment.rb
@@
-8,7
+8,7
@@
class ChangesetComment < ActiveRecord::Base
validates_associated :changeset
validates_presence_of :author
validates_associated :author
- validates :visible, :inclusion => { :in => [true,false] }
+ validates :visible, :inclusion => { :in => [true,
false] }
# Return the comment text
def body