Sha256: f291f37af0499c9882889146c955b177afa369a5c08670708b85f87f374c023c

Contents?: true

Size: 308 Bytes

Versions: 14

Compression:

Stored size: 308 Bytes

Contents

require "motorhead/version"
require 'motorhead/config'

module Motorhead
  class Railtie < ::Rails::Railtie
    ActiveSupport.on_load :action_controller do
      require 'motorhead/abstract_controller'
    end
    ActiveSupport.on_load :action_view do
      require 'motorhead/action_view'
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
motorhead-0.4.1 lib/motorhead.rb
motorhead-0.4.0 lib/motorhead.rb
motorhead-0.3.9 lib/motorhead.rb
motorhead-0.3.8 lib/motorhead.rb
motorhead-0.3.7 lib/motorhead.rb
motorhead-0.3.6 lib/motorhead.rb
motorhead-0.3.5 lib/motorhead.rb
motorhead-0.3.4 lib/motorhead.rb
motorhead-0.3.3 lib/motorhead.rb
motorhead-0.3.2 lib/motorhead.rb
motorhead-0.3.1 lib/motorhead.rb
motorhead-0.3.0 lib/motorhead.rb
motorhead-0.2.0 lib/motorhead.rb
motorhead-0.1.0 lib/motorhead.rb