Sha256: f823e30e897a95826ceb21fade6c90fec7d19abcc0828a69ef43ebbca8abe02f

Contents?: true

Size: 329 Bytes

Versions: 1

Compression:

Stored size: 329 Bytes

Contents

module Amber
  module Rails

    # By inheriting from Rails::Engine, Rails is informed that the
    # directory for this gem may contain assets and the app/assets,
    # lib/assets and vendor/assets directories of this engine are
    # added to the search path of Sprockets.
    class Engine < ::Rails::Engine
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
amber-rails-0.1.0 lib/amber/rails/engine.rb