diff options
Diffstat (limited to 'app/models/blog_comment.rb')
-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 7a4af50..63f9731 100644 --- a/app/models/blog_comment.rb +++ b/app/models/blog_comment.rb @@ -119,4 +119,4 @@ class BlogComment < ActiveRecord::Base end end -end
\ No newline at end of file +end |