Methods

Files

Class Index [+]

Quicksearch

ActiveRecord::Sanitization

Private Instance Methods

quote_value(value, column = nil) click to toggle source

Quote strings appropriately for SQL statements.

     # File lib/active_record/sanitization.rb, line 190
190:     def quote_value(value, column = nil)
191:       self.class.connection.quote(value, column)
192:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.