Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 8670

Show
Ignore:
Timestamp:
01/19/08 03:23:45 (4 months ago)
Author:
bitsweat
Message:

Remove dead code. Closes #10698 [garru]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb

    r8571 r8670  
    6666 
    6767      # QUOTING ================================================== 
    68  
    69       # Override to return the quoted column name. Defaults to no quoting. 
    70       def quote_table_name(name) 
    71         name 
    72       end 
    7368 
    7469      # Override to return the quoted table name. Defaults to column quoting.