Hee people,
I have the following problem:
I have the following tables:
groups:
t.string :title
rights:
t.integer :group_id
t.integer :menu_id
t.boolean :see
t.boolean :edit
menus:
t.string :title
when you create a group you should get a list of menu items where you
can select if the persons in the group should be able to edit or see a
particulary item.
Does anybody know how This would be possible (or point me in the right
direction ? ).
Thanxs !