two fields for same

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.

Yes, it is possible… just look at the form helper documentation at http://api.rubyonrails.org/classes/ActionView/Helpers/FormHelper.html