модуль ActiveRecord::Sanitization
Открытые методы экземпляра
# File activerecord/lib/active_record/sanitization.rb, line 187 def quoted_id self.class.quote_value(id, column_for_attribute(self.class.primary_key)) end
TODO: Отметить устаревшим
© 2004–2018 David Heinemeier Hansson
Licensed under the MIT License.