method

drop

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.

drop()
public

No documentation available.

# File activerecord/lib/active_record/tasks/oracle_database_tasks.rb, line 15
      def drop
        $stderr.puts 'sorry, your database adapter is not supported yet, feel free to submit a patch'
      end