Class/Module Index [+]

Quicksearch

ActiveRecord::ConnectionAdapters::JdbcAdapter::ShadowCoreMethods

Public Instance Methods

alias_chained_method(meth, feature, target) click to toggle source
# File lib/active_record/connection_adapters/jdbc_adapter.rb, line 387
def alias_chained_method(meth, feature, target)
  if instance_methods.include?("#{meth}_without_#{feature}")
    alias_method "#{meth}_without_#{feature}".to_sym, target
  else
    alias_method meth, target
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.