Sha256: 51d8bd176e8392bdc2b1726ca3b8294ba151c6163c3f5b143a350c61fb7e5b65
Contents?: true
Size: 258 Bytes
Versions: 2
Compression:
Stored size: 258 Bytes
Contents
module Streamit class Engine < ::Rails::Engine config.streamit = Streamit initializer "streamit.active_record" do ActiveSupport.on_load(:active_record) do include Streamit::DSL end end end # Engine end # Streamit
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
streamit-0.0.8 | lib/streamit/engine.rb |
streamit-0.0.7 | lib/streamit/engine.rb |