I am using mongomapper inorder to associate 2 models together in a one-to-many relationship.
I want to show the ids of one model into the other models in the padrino admin section.
I am trying to use the <%= f.select %> of padrino forms. to mimic what in rails would be somthing like this with activerecord
Please advice on the f.select syntax for padrino's form.