I'm building a budgeting app in Rails/Hobo.

I tried to name one of my models "savings_category" and another
"spending_category" but hobo seems to get confused and generate errors
for example if I use

<extend tag="card" for="savings_category"> in application.dryml

or

belongs_to :default_category, :class_name => "spending_category" in
the model for another resource

Is there a correct way to capitalize/punctuate two-word resource
names? Or are two word resource names not supported, do I need to
concatenate them?

Thanks
Alex Bowyer

-- 
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.

Reply via email to