Loading development environment (Rails 4.0.0.rc1)2.0.0p0 :001 > p = Post.new=> #<Post id: nil, title: nil, text: nil, created_at: nil, updated_at: nil>2.0.0p0 :002 > p.comments.build=> #<Comment id: nil, commenter: nil, body: nil, post_id: nil, created_at: nil, updated_at: nil>2.0.0p0 :003 > p.comments.size=> 12.0.0p0 :004 > p.comments.order(:created_at).size=> 0What do you think?
--Doug
--
You received this message because you are subscribed to the Google Groups "Boston Ruby Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to boston-rubygro...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.