Sha256: e28908a663528deb358e8dcc42bbad558b89d635b5252439adea6d576843b58c

Contents?: true

Size: 195 Bytes

Versions: 1

Compression:

Stored size: 195 Bytes

Contents

# frozen_string_literal: true

module Coactive
  module Railtie
    ActiveSupport::Reloader.to_prepare do
      Coactive::Loader.loaded.clear
      Coactive::Lookup.cache.clear
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
coactive-0.4.0 lib/coactive/railtie.rb