hi,

im trying to do:

def show
    @advisor = Advisor.find(params[:id])
    @advisor.reviews =     @advisor.reviews + 1 #reviews is just an integer
    @advisor.save!
 ....


how can i implement a "show"-counter?

thx

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to