Flowdock
method

create_all

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: DatabaseTasks
create_all() 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/tasks/database_tasks.rb, line 127
      def create_all
        each_local_configuration do |db_config|
          with_temporary_connection(db_config) do
            create(db_config)
          end
        end
      end
Register or log in to add new notes.