Skip to content

Commit

Permalink
Fix typo: adaptors => adapters [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Jan 27, 2013
1 parent 0a71c7b commit 7856230
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def quote_table_name(table_name)
# This works for mysql and mysql2 where table.column can be used to # This works for mysql and mysql2 where table.column can be used to
# resolve ambiguity. # resolve ambiguity.
# #
# We override this in the sqlite and postgresql adaptors to use only # We override this in the sqlite and postgresql adapters to use only
# the column name (as per syntax requirements). # the column name (as per syntax requirements).
def quote_table_name_for_assignment(table, attr) def quote_table_name_for_assignment(table, attr)
quote_table_name("#{table}.#{attr}") quote_table_name("#{table}.#{attr}")
Expand Down

0 comments on commit 7856230

Please sign in to comment.