Skip to content

Commit

Permalink
Remove dead code. Closes #10698 [garru]
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8670 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jeremy committed Jan 19, 2008
1 parent 84b0f9c commit 3877dfc
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -66,11 +66,6 @@ def reset_runtime #:nodoc:

# 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)
Expand Down

0 comments on commit 3877dfc

Please sign in to comment.