> What's interesting to me is the name of constant 'RolesUser' -
> shouldn't it be RolesUsers? (in HABTM relationship)
I had exactly the same problem in rails 2.2.2.
I renamed role_user.rb to roles_user.rb and the class from RoleUser to
RolesUser and it all appears to work now.
kind of odd that the initial setup doesn't work. This hasn't changed
in Rails 2.2.x has it?
timg