Flowdock
method

purge

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: DatabaseTasks
purge(configuration) 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 291
      def purge(configuration)
        db_config = resolve_configuration(configuration)
        database_adapter_for(db_config).purge
      end
Register or log in to add new notes.