Geoff,

To answer your problem, it seems like step 2 wasn't done.  Go to
‘project_membership.rb’ and add ‘:accessible => true’ to both ‘belongs
to’ variables.

In the model file ‘project_membership.rb’ change:
belongs_to :project
belongs_to :user

To:
belongs_to :project, :accessible => true
belongs_to :user, :accessible => true

If you have anymore problems, please let me know.

Happy New Year to you too,
Sean

On Jan 3, 11:47 am, geoffd123 <[email protected]> wrote:
> Hi Sean
>
> I managed to get the Auto-complete to work, but not the add.
>
> Thank you for posting the solution.
>
> Happy New Year
> Geoff
--~--~---------~--~----~------------~-------~--~----~
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