Flowdock
method

quote_string

Importance_0
quote_string(string) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/mysql_adapter.rb, line 235
      def quote_string(string) #:nodoc:
        @connection.quote(string)
      end
Register or log in to add new notes.