Thanks. I am not sure why but when I was doing CTRL+R to reload it was having issues. When I went back to the index and went to my edit page it works just fine. doh...
On Jul 3, 9:24 pm, Kenneth <[email protected]> wrote: > Either do > > <%= render :partial => '/shared/dynamic_attributes', :locals => {:obj => > @equipment } %> > > OR > > <%= render '/shared/dynamic_attributes', :obj => @equipment %> > -- > Posted viahttp://www.ruby-forum.com/. -- 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.

