CatalystアプリでAuthorization::Rolesを使用してみました。認証は正しく機能しますが、使用する$c->check_user_roles("admin");
と常にfalseが返されます。どうしたの?
いくつかの構成:
store => {
class => 'DBIx::Class',
user_model => 'Mymodel::User',
id_field => 'name',
role_field => 'rolename', # in my table there is the same column
# name undoubtedly
}