Skip to content

Commit

Permalink
Fix for JRUBY-2256, typo
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/jruby-extras/trunk/activerecord-jdbc@945 8ba958d5-0c1a-0410-94a6-a65dfc1b28a6
  • Loading branch information
olabini committed Mar 17, 2008
1 parent 2890b79 commit a3b9618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_record/connection_adapters/jdbc_adapter.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def alias_chained_method(meth, feature, target)
if instance_methods.include?("#{meth}_without_#{feature}") if instance_methods.include?("#{meth}_without_#{feature}")
alias_method "#{meth}_without_#{feature}".to_sym, target alias_method "#{meth}_without_#{feature}".to_sym, target
else else
alis_method meth, target alias_method meth, target
end end
end end
end end
Expand Down

0 comments on commit a3b9618

Please sign in to comment.