Displaying 1 result from an estimated 1 matches for "38f6d63d".
Did you mean:
8f6d63d
2006 Mar 09
1
very basic newbie question!
Bringing up (trying!) my first rails app... no OO experience
the scaffold generator automatically creates new activerecord objects
for the create/edit form using:
def new
@schoolclass = Schoolclass.new
end
I wanted to initialize the object, so I added to the object creation
statement as follows:
@schoolclass = Schoolclass.new(:day=>1, :start_time=>"2006:01:01
00:00:00,