Flowdock
method

into

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: Builder
into() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/insert_all.rb, line 231
        def into
          "INTO #{model.quoted_table_name} (#{columns_list})"
        end
Register or log in to add new notes.