module ActiveRecord::Sanitization

Public Instance Methods

quoted_id() Show source

TODO: Deprecate this

# File activerecord/lib/active_record/sanitization.rb, line 177
def quoted_id
  self.class.quote_value(id, column_for_attribute(self.class.primary_key))
end

© 2004–2016 David Heinemeier Hansson
Licensed under the MIT License.