diff options
author | Philip Arndt <parndt@gmail.com> | 2010-08-11 11:11:10 +1200 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2010-08-11 11:11:10 +1200 |
commit | 994ab3721368d33fbe827235adcc6fbf1144bf84 (patch) | |
tree | 3a700a1f31dd5ced18f35a783ea7ff585481bef3 /app/models | |
parent | a0adb3f664f363547116c8f9f6e70cb4dcbb7c1b (diff) | |
download | refinerycms-blog-994ab3721368d33fbe827235adcc6fbf1144bf84.tar.gz refinerycms-blog-994ab3721368d33fbe827235adcc6fbf1144bf84.tar.bz2 refinerycms-blog-994ab3721368d33fbe827235adcc6fbf1144bf84.zip |
remove word currently
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/blog_comment.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/blog_comment.rb b/app/models/blog_comment.rb index 5718295..d9e1917 100644 --- a/app/models/blog_comment.rb +++ b/app/models/blog_comment.rb @@ -14,7 +14,7 @@ class BlogComment < ActiveRecord::Base end def toggle - RefinerySetting[:comment_moderation] = !(currently = self.enabled?) + RefinerySetting[:comment_moderation] = !self.enabled? end end end |