hi all, I want to insert new records into table but i dont konw how to use it using rails methods as far i know was Model.save Model.update is there any ways to insert new records with params
plz help me.........
hi all, I want to insert new records into table but i dont konw how to use it using rails methods as far i know was Model.save Model.update is there any ways to insert new records with params
plz help me.........
Have a look at the rails guides at http://guides.rubyonrails.org/ particularly Getting Started, and also look at the railscasts (use google I can't remember the url).
Colin