# File lib/migration.rb, line 208
    def quote_table_name(table_name)
      # TODO: Fix this for 1.9 - can't use this hack to access a private method
      @adapter.send(:quote_table_name, table_name.to_s)
    end