mirror of
https://github.com/github/rails.git
synced 2026-01-29 08:18:03 -05:00
Remove dead code. Closes #10698 [garru]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8670 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -66,11 +66,6 @@ module ActiveRecord
|
||||
|
||||
# QUOTING ==================================================
|
||||
|
||||
# Override to return the quoted column name. Defaults to no quoting.
|
||||
def quote_table_name(name)
|
||||
name
|
||||
end
|
||||
|
||||
# Override to return the quoted table name. Defaults to column quoting.
|
||||
def quote_table_name(name)
|
||||
quote_column_name(name)
|
||||
|
||||
Reference in New Issue
Block a user