Flowdock
method

new

Importance_0
new(db_config, root = ActiveRecord::Tasks::DatabaseTasks.root) 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/sqlite_database_tasks.rb, line 12
      def initialize(db_config, root = ActiveRecord::Tasks::DatabaseTasks.root)
        @db_config = db_config
        @root = root
      end
Register or log in to add new notes.