Sha256: 1b5962b12c64a918472ae64c85cadd5b7aec84236a7d6333d542881b118c5a1e
Contents?: true
Size: 313 Bytes
Versions: 2
Compression:
Stored size: 313 Bytes
Contents
require 'pose/jobs/install' module Pose module Jobs # Removes the Pose database tables. class KillMigration < ActiveRecord::Migration def change revert InitialMigration end end class Uninstall def perform KillMigration.new.change end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pose-3.2.0 | lib/pose/jobs/uninstall.rb |
pose-3.1.1 | lib/pose/jobs/uninstall.rb |