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:
commit
5cfb0aec1f
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue