Re: [Rails] two fields for same

2010-07-19 Thread Narendra sisodiya
Yes, it is possible.. just look at the form helper documentation at http://api.rubyonrails.org/classes/ActionView/Helpers/FormHelper.html On Mon, Jul 19, 2010 at 7:39 PM, Luciano Sousa wrote: > hello guys, > it's possible pass two params in a GET request to the same location in the > database? >

[Rails] two fields for same

2010-07-19 Thread Luciano Sousa
hello guys, it's possible pass two params in a GET request to the same location in the database? example: two fields in view: text_field: persons,: Birthday: id => one text_field: persons,: Birthday: id => two in the controller using params [: one] and params [: two] ? thank's. -- You receiv