diff options
Diffstat (limited to 'app/controllers/refinery')
-rw-r--r-- | app/controllers/refinery/blog/posts_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/refinery/blog/posts_controller.rb b/app/controllers/refinery/blog/posts_controller.rb index 3309024..bde3a9c 100644 --- a/app/controllers/refinery/blog/posts_controller.rb +++ b/app/controllers/refinery/blog/posts_controller.rb @@ -24,7 +24,7 @@ module Refinery @canonical = url_for(:locale => ::Refinery::I18n.default_frontend_locale) if canonical? - @post.increment!(:access_count,1) + @post.increment!(:access_count, 1) respond_with (@post) do |format| format.html { present(@post) } |