Looks like you have it :)

> models:
> Client has_many :works
> Work belongs_to :client

try changing the :clients here:

> controller:
> >class WorksController < ApplicationController
> >  hobo_model_controller
> >  auto_actions :all
> >  auto_actions_for :clients, [:create, :new ]
> >end

to :client

does that help?

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