# File lib/dm-migrations/migration.rb, line 211 def quote_column_name(column_name) # TODO: Fix this for 1.9 - can't use this hack to access a private method @adapter.send(:quote_name, column_name.to_s) end