method

purge

rails latest stable - Class: ActiveRecord::Tasks::FirebirdDatabaseTasks

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.0.2) is shown here.

purge()
public

No documentation available.

# File activerecord/lib/active_record/tasks/firebird_database_tasks.rb, line 19
      def purge
        establish_connection(:test)
        connection.recreate_database!
      end