i'm new on rails and started with the Rails Guide: Getting Started
with Rails
http://guides.rubyonrails.org/getting_started.html
In section 7.4 I have a problem. I implemented the code as stated and
when I add a comment it works fine.
When I want to show the comment I get the following output under my
comment:
[#<Comment id: 1, commenter: "Tester", body: "This is a test comment",
post_id: 1, created_at: "2012-03-07 11:48:02", updated_at: "2012-03-07
11:48:02">]
Can somebody tell me where this come from?
--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.