Hi Lucas, Did you add the field to the attr_accessible?
Like this: attr_accessible :name, :description, :your_enum_string_field Regards, Ignacio El 19/07/13 00:31, Lucas Haley escribió: > Hello everyone -- > > I'm working on getting my first Hobo project up and running. I've > added an enum_string to an existing model, and although there is a > space for it in the index view, there isn't in the edit view. There > is no way to set it, either with an existing instance or a new > instance. Is there something additional I need to do than add it to > the model and run the migration? > > Thanks! > > -Lucas > > -- You received this message because you are subscribed to the > Google Groups "Hobo Users" group. To unsubscribe from this group > and stop receiving emails from it, send an email to > [email protected]. To post to this group, send > email to [email protected]. Visit this group at > http://groups.google.com/group/hobousers. For more options, visit > https://groups.google.com/groups/opt_out. > > -- Ignacio Huerta Arteche http://www.ihuerta.net Teléfono: 0034 645 70 77 35 Email realizado con software libre -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/groups/opt_out.
