Bruno Soares
2006-Apr-20 12:24 UTC
[Rails] Newbie problem with passing values along with forms
Hi, Please bear with me as I''m new to Rails... I''m having some problems understanding the way forms work... I started with the scaffold generated code and tried to addapt it slightly to my needs. def edit @page = Page.find(params[:id]) end -- Posted via http://www.ruby-forum.com/.
Alan Francis
2006-Apr-20 12:41 UTC
[Rails] Re: Newbie problem with passing values along with forms
Bruno Soares wrote:> Hi, > > Please bear with me as I''m new to Rails... > > I''m having some problems understanding the way forms work... > > I started with the scaffold generated code and tried to addapt it > slightly to my needs. > > def edit > @page = Page.find(params[:id]) > endHi Bruno, either this got sent prematurely or you need to give us more information :-) Alan -- Posted via http://www.ruby-forum.com/.