i'm a Hobo newbie.
I try to set a custom model name using view hints
class CustomerHints < Hobo::ViewHints
model_name "Cliente"
end
This method works but the show page for customer record generate this
error:
undefined method `cond_presenters' for nil:NilClass
cond_presenters is a child table of customers.
How i can set a custom display name for my model?
I also use hobo internationalization function. Can i set custom var
interpolation in hobo.en.yml ? (for example: {{custom_model_name}}
--
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.