... in yaml_db

I did this due to MySQL ...

        def self.quote_table(table)
                   return
ActiveRecord::Base.connection.quote_table_name(table) if defined?
(ActiveRecord::Base.connection.quote_table_name)
                   table
        end

my MySQL driver doesn't have this quoting method, and in my case
quoting was not needed anyway.

Thanks
FHW3

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to