I want to implement simple counter in Rails action, but it refuses to work for me.
def show @article = Article.find(params[:id]) @article.viewed += 1 end
Aucun commentaire:
Enregistrer un commentaire