Sha256: b59ffa303c43b2d08c207b09552beae68d2f0211bb4e2aeb71a4577ee2797a1a

Contents?: true

Size: 448 Bytes

Versions: 79

Compression:

Stored size: 448 Bytes

Contents

require "rails"
module HydraHead
  class Engine < Rails::Engine
    # Config defaults
    config.mount_at = '/'

    config.autoload_paths += %W(
      #{config.root}/app/controllers/concerns
      #{config.root}/app/models/concerns
    )
    
    # Load rake tasks
    rake_tasks do
      Dir.glob(File.join(File.expand_path('../', File.dirname(__FILE__)),'railties', '*.rake')).each do |railtie|
        load railtie
      end
    end
  end 
end

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
hydra-core-13.0.0 lib/hydra-head/engine.rb
hydra-core-12.1.0 lib/hydra-head/engine.rb
hydra-core-12.0.2 lib/hydra-head/engine.rb
hydra-core-11.0.7 lib/hydra-head/engine.rb
hydra-core-12.0.1 lib/hydra-head/engine.rb
hydra-core-11.0.6 lib/hydra-head/engine.rb
hydra-core-11.0.5 lib/hydra-head/engine.rb
hydra-core-11.0.4 lib/hydra-head/engine.rb
hydra-core-12.0.0 lib/hydra-head/engine.rb
hydra-core-11.0.1 lib/hydra-head/engine.rb
hydra-core-11.0.0 lib/hydra-head/engine.rb
hydra-core-11.0.0.rc2 lib/hydra-head/engine.rb
hydra-core-10.7.0 lib/hydra-head/engine.rb
hydra-core-10.6.2 lib/hydra-head/engine.rb
hydra-core-10.6.1 lib/hydra-head/engine.rb
hydra-core-10.6.0 lib/hydra-head/engine.rb
hydra-core-10.5.1 lib/hydra-head/engine.rb
hydra-core-11.0.0.rc1 lib/hydra-head/engine.rb
hydra-core-10.5.0 lib/hydra-head/engine.rb
hydra-core-8.2.0 lib/hydra-head/engine.rb