Sha256: 9a6a6dc3bf2d76cf95bf13e44be38265ea9bab2b50c85ab16058f52a7b4f75fc

Contents?: true

Size: 171 Bytes

Versions: 2

Compression:

Stored size: 171 Bytes

Contents

module TopHat
  module Reset

    def self.included(base)
      base.append_before_action :reset_tophat
    end

    def reset_tophat
      TopHat.reset
    end

  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/tophat-2.3.1/lib/tophat/reset.rb
tophat-2.3.1 lib/tophat/reset.rb