Probably a stupid question but I am pretty close to getting acl9 implemented. Just a little unsure what the data should look like in the roles table:
id | name | authorizable_type | authorizable_id | created_at | updated_at
---+-------+-------------------+-----------------+------------+------------
I assume name would be "admin" and such.
I'm not certain what authorizable_type and authorizable_id are referring to.
The main purpose of the
authorizable_typeand theauthorizable_idmap the `authorizable_object'. Hope this helps usually if you are creating a roles table in your application your migration should look like the following: