Thanks Raklet, That problem is resolved already.
Arthur ________________________________ From: Raklet <[email protected]> To: Hobo Users <[email protected]> Sent: Tuesday, August 16, 2011 9:23 AM Subject: [Hobo Users] Re: Field Relabeling On Aug 15, 1:32 pm, Arthur Baldwin <[email protected]> wrote: > I'm wondering what the best method is for relabeling a field? Should I use > app.en.yml or use something like: > > def name > fullname :string > end > > in another file? > > The actual field name is fullname for the first field in Customers table. > Anyway you know how if you don't use the name "name" the various input > screens drop that field entirely. Just want to know the "best way" to get > them back with the appropriate label. If you are happy with the database name as described in the model and just want it to show up, then specify it as the name field. fields do fullname :string, :name => true end -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
