On Dec 3, 11:06 am, brg <[email protected]> wrote: > Thanks for helping. The errors occurs during implementation > accepts_nested_attributes_for. I get ActionView::Template:Error > (undefined method 'events' for nil:class) & NoMethodError in app/views/ > users/index.html.erb where line #12. See all files > @https://gist.github.com/726828
Doesn't look like anything to do with accepts_nested_attributes_for - doesn't look like you've assigned anything to @user in the index action. Fred -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

