Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
removed unnecessary reference to
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhunter committed Mar 20, 2012
1 parent c8835aa commit 984d978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/authority/controller.rb
Expand Up @@ -27,7 +27,7 @@ def authorize_actions_for(model_class, options = {})
#
# @param [Hash] action_map - controller actions and methods, to be merged with existing action_map
def authority_action(action_map)
self.authority_action_map.merge!(action_map.symbolize_keys)
authority_action_map.merge!(action_map.symbolize_keys)
end

# The controller action to authority action map used for determining
Expand Down

0 comments on commit 984d978

Please sign in to comment.