X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FAuthorization.pod;fp=lib%2FCatalyst%2FManual%2FTutorial%2FAuthorization.pod;h=2198a0902de0cf8e52ff6b3a407857e9ef0147ec;hb=3d6d992a672c11c38a456aa3ef1d4f6862a0b445;hp=2162a856e6075fb1bcf2497754d9d514de2064f5;hpb=dea1884fe89393c08dfddff22e4cd3feeb5ed6a1;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Tutorial/Authorization.pod b/lib/Catalyst/Manual/Tutorial/Authorization.pod index 2162a85..2198a09 100644 --- a/lib/Catalyst/Manual/Tutorial/Authorization.pod +++ b/lib/Catalyst/Manual/Tutorial/Authorization.pod @@ -130,8 +130,8 @@ Edit C and update it to match (everything from the role_class: MyAppDB::Role # The name of the field in the 'roles' table that contains the role name role_field: role - # The name of the accessor used to map a user to a role - # See the has_many() in MyAppDB/User.pm + # The name of the accessor used to map a role to the users who have this role + # See the has_many() in MyAppDB/Role.pm role_rel: map_user_role # The name of the field in the user_role table that references the user user_role_user_field: user_id