On 27 September 2010 21:49, SW Engineer <[email protected]> wrote: > Thanks @Marnen. > > I'm asking just how to read this: > > @x = App.new(params[:x]) > > Like saying, "Create a new object..........".
Create a new App object, passing params[:x] to the initialize method. As Marnen said this is very basic Ruby. Get the Pickaxe book and work through it. Colin -- 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.

