Files
growstuff/spec/requests
Skud f12941576c hooked roles up to cancan
Now only admins can create/edit forums, or mess with roles.

To add an admin user:

rails c
m = Member.find('skud')
r = Role.create(:name => 'admin')
r.members << m

We'll have to do this on the server to bootstrap the admin stuff.
Though actually, we should really write a rake task to generalise this.
2013-02-20 14:53:11 +11:00
..
2013-02-06 14:49:49 +11:00
2013-02-13 12:55:17 +11:00
2012-11-05 11:45:56 +08:00