Sha256: ac1b941614a4527a0da4bd4219278cf79734a588b45c7d33dcea6af8fc821a72

Contents?: true

Size: 321 Bytes

Versions: 53

Compression:

Stored size: 321 Bytes

Contents

require "rails"
module HydraHead
  class Engine < Rails::Engine
    # Config defaults
    config.mount_at = '/'
    
    # 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

53 entries across 53 versions & 1 rubygems

Version Path
hydra-core-5.4.1 lib/hydra-head/engine.rb
hydra-core-6.4.0.rc4 lib/hydra-head/engine.rb
hydra-core-6.4.0.rc3 lib/hydra-head/engine.rb
hydra-core-6.4.0.rc2 lib/hydra-head/engine.rb
hydra-core-6.4.0.rc1 lib/hydra-head/engine.rb
hydra-core-6.4.0.pre2 lib/hydra-head/engine.rb
hydra-core-6.4.0.pre1 lib/hydra-head/engine.rb
hydra-core-6.3.4 lib/hydra-head/engine.rb
hydra-core-6.3.3 lib/hydra-head/engine.rb
hydra-core-6.3.2 lib/hydra-head/engine.rb
hydra-core-6.3.1 lib/hydra-head/engine.rb
hydra-core-6.3.0 lib/hydra-head/engine.rb
hydra-core-6.3.0.rc1 lib/hydra-head/engine.rb
hydra-core-6.2.2 lib/hydra-head/engine.rb
hydra-core-6.2.1 lib/hydra-head/engine.rb
hydra-core-6.2.0 lib/hydra-head/engine.rb
hydra-core-6.1.1 lib/hydra-head/engine.rb
hydra-core-6.1.0 lib/hydra-head/engine.rb
hydra-core-6.0.0 lib/hydra-head/engine.rb
hydra-core-6.0.0.rc4 lib/hydra-head/engine.rb