Skip to content

Commit

Permalink
Fixes previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stffn committed May 19, 2010
1 parent d241f51 commit 5fc78f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/declarative_authorization/rails_legacy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ def deep_merge(other_hash)
end
end

unless String.instance_methods.include?(:html_safe)
unless String.instance_methods.include?('html_safe')
class String
def html_safe
self
end
end
end
end

0 comments on commit 5fc78f8

Please sign in to comment.