Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
trydionel committed Sep 24, 2009
1 parent 0ad8b4d commit d11afe1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/acl9/model_extensions.rb
Expand Up @@ -16,6 +16,8 @@ module ClassMethods
# Class name of the role class (e.g. 'AccountRole')
# @option options [String] :join_table_name (Acl9::config[:default_join_table_name])
# Join table name (e.g. 'accounts_account_roles')
# @option options [String] :association_name (Acl9::config[:default_association_name])
# Association name (e.g. ':roles')
# @example
# class User < ActiveRecord::Base
# acts_as_authorization_subject
Expand Down

0 comments on commit d11afe1

Please sign in to comment.