Callbacks

Hello All,

I have two tables:
user has_many room
room belongs_to user

When a new user is created, I want to save the room through some default
values at the same time.
How to do this by using callbacks?

after_save or after_create ?
& I want to use blocks with callbacks.

Any suggestions??

Thanks,
Avi

On Mon, Dec 17, 2012 at 10:15 PM, Avi [email protected] wrote:

Hello All,

I have two tables:
user has_many room
room belongs_to user

When a new user is created, I want to save the room through some default
values at the same time.
How to do this by using callbacks?

after_save or after_create ?
& I want to use blocks with callbacks.

I’m assuming that a room is unique to a user and you want to create a
room
everytime a user is created
so you need to use the after_create callback. as for using the syntax
to
use blocks in a callback, you can
look at ActiveRecord::Callbacks

To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
To view this discussion on the web visit
https://groups.google.com/d/msg/rubyonrails-talk/-/UrFJjpp9RX4J.
For more options, visit https://groups.google.com/groups/opt_out.