Sha256: 62f8181cee5cc149de4bfe5183316e2bdcf6b3b8f021a08d1522cac931137b53

Contents?: true

Size: 187 Bytes

Versions: 9

Compression:

Stored size: 187 Bytes

Contents

module CacheableFlash
  class Engine < ::Rails::Engine
    if ::Rails::VERSION::MAJOR == 3 && ::Rails::VERSION::MAJOR >= 1
      isolate_namespace CacheableFlash
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
cacheable_flash-0.3.2 lib/cacheable_flash/engine.rb
cacheable_flash-0.3.1 lib/cacheable_flash/engine.rb
cacheable_flash-0.3.0 lib/cacheable_flash/engine.rb
cacheable_flash-0.2.10 lib/cacheable_flash/engine.rb
cacheable_flash-0.2.9 lib/cacheable_flash/engine.rb
cacheable_flash-0.2.8 lib/cacheable_flash/engine.rb
cacheable_flash-0.2.7 lib/cacheable_flash/engine.rb
cacheable_flash-0.2.5 lib/cacheable_flash/engine.rb
cacheable_flash-0.2.4 lib/cacheable_flash/engine.rb