[Rails] Re: help for rails app controller

2013-07-15 Thread baby rails
thank you for reply: what i want to do is when a user C make a purchase, his godparent ( user B ) win some money and also the godparent of B ( user A). in the users table i come to add a column named "commission". so when B make purchase, B.commission += 1 and A.commission += 0.5 there's a way to

[Rails] Re: help for rails app controller

2013-07-15 Thread baby rails
please can someone help me !! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscr...@goo

[Rails] help for rails app controller

2013-07-15 Thread baby rails
hi, im a new rails developper, and i try to create an action into a controller to do something like that: when u user purshase an item, his godparent (user contact) will receive money. i create the purshase controller it work fine, but i dont know how can i add this function. also, i had create a m