Flowdock
method

create_current

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: DatabaseTasks
create_current(environment = env, name = nil) 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 192
      def create_current(environment = env, name = nil)
        each_current_configuration(environment, name) { |db_config| create(db_config) }
        ActiveRecord::Base.establish_connection(environment.to_sym)
      end
Register or log in to add new notes.