method
returning
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::InsertAll::Builder
returning()public
No documentation available.
# File activerecord/lib/active_record/insert_all.rb, line 153
def returning
format_columns(insert_all.returning) if insert_all.returning
end