Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
junaid committed Jul 6, 2010
1 parent 9c86fe7 commit 63ae664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cancan/exceptions.rb
Expand Up @@ -31,7 +31,7 @@ class ImplementationRemoved < Error; end
class AccessDenied < Error
attr_reader :action, :subject
attr_writer :default_message
attr_write :default_redirect
attr_writer :default_redirect
attr_reader :redirect_url
def initialize(message = nil, action = nil, subject = nil, redirect_url = nil)
@message = message
Expand Down

0 comments on commit 63ae664

Please sign in to comment.