method

purge

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

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/oracle_database_tasks.rb, line 19
      def purge
        establish_connection(:test)
        connection.structure_drop.split(";\n\n").each { |ddl| connection.execute(ddl) }
      end