This commit is contained in:
Jeff Shumate 2012-02-22 21:00:45 -07:00
parent 4f0b5f8223
commit 602759af1b
2 changed files with 2 additions and 2 deletions

View file

@ -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) }