module Polo::SqlTranslator::ActiveRecordLessThanFour
Internal: Returns an object's attribute definitions along with their set values (for Rails 3.x).
Public Instance Methods
insert_values(record)
click to toggle source
# File lib/polo/sql_translator.rb, line 60 def insert_values(record) record.send(:arel_attributes_values) end