Sha256: e7dbe66fb380916d22a554c78a194e1aabdb0cb82f5962172d40ae17961a4277

Contents?: true

Size: 320 Bytes

Versions: 23

Compression:

Stored size: 320 Bytes

Contents

module G5Updatable
  class Engine < ::Rails::Engine
    isolate_namespace G5Updatable

    config.autoload_paths << G5Updatable::Engine.root.join("lib")

    config.generators do |g|
      g.test_framework :rspec
      g.assets false
      g.helper false
    end
  end

  def self.setup(&block)
    yield self
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
g5_updatable-0.20.3.pre.1 lib/g5_updatable/engine.rb
g5_updatable-0.10.3 lib/g5_updatable/engine.rb
g5_updatable-0.10.2 lib/g5_updatable/engine.rb
g5_updatable-0.10.1 lib/g5_updatable/engine.rb
g5_updatable-0.10.0 lib/g5_updatable/engine.rb
g5_updatable-0.9.0 lib/g5_updatable/engine.rb
g5_updatable-0.8.0 lib/g5_updatable/engine.rb
g5_updatable-0.7.2 lib/g5_updatable/engine.rb
g5_updatable-0.7.1 lib/g5_updatable/engine.rb
g5_updatable-0.7.0 lib/g5_updatable/engine.rb
g5_updatable-0.6.1 lib/g5_updatable/engine.rb
g5_updatable-0.6.0 lib/g5_updatable/engine.rb
g5_updatable-0.5.1 lib/g5_updatable/engine.rb
g5_updatable-0.5.0 lib/g5_updatable/engine.rb
g5_updatable-0.4.3 lib/g5_updatable/engine.rb
g5_updatable-0.4.2 lib/g5_updatable/engine.rb
g5_updatable-0.4.1 lib/g5_updatable/engine.rb
g5_updatable-0.4.0 lib/g5_updatable/engine.rb
g5_updatable-0.3.5 lib/g5_updatable/engine.rb
g5_updatable-0.3.4 lib/g5_updatable/engine.rb