Sha256: d879b7a76a82092ec2f9e589e90566640de2a25597f002b66b6bb3e16263341d

Contents?: true

Size: 181 Bytes

Versions: 1

Compression:

Stored size: 181 Bytes

Contents

# Configure Rails
module Awe
  module Rails

    class Engine < ::Rails::Engine
      config.before_configuration do
        # nothing to do here (yet)
      end
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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