Module: ActiveRecord::Sanitization
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
-
#quoted_id ⇒ Object
TODO: Deprecate this.
Instance Method Details
#quoted_id ⇒ Object
TODO: Deprecate this
216 217 218 |
# File 'lib/active_record/sanitization.rb', line 216 def quoted_id # :nodoc: self.class.quote_value(@attributes[self.class.primary_key].value_for_database) end |