1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #5976 from aderyabin/fix1

Duplicate quote_table_name method
This commit is contained in:
Jeremy Kemper 2012-04-25 05:13:28 -07:00
commit 5cfb0aec1f

View file

@ -163,11 +163,6 @@ module ActiveRecord
# QUOTING ==================================================
# Override to return the quoted table name. Defaults to column quoting.
def quote_table_name(name)
quote_column_name(name)
end
# Returns a bind substitution value given a +column+ and list of current
# +binds+
def substitute_at(column, index)