What is the proper way to do this? My attempt was not successful:
 

class Site

  has n, :pages

  after :create, :add_home_page
  
  def add_home_page
    pages.new(:title => 'Home').save
  end
  
end


 

-- 
You received this message because you are subscribed to the Google Groups 
"DataMapper" 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/datamapper?hl=en.

Reply via email to