Sha256: f318e0a8a71288a976e9f0a3e892651e609f87e10411a1176faf43d9748a1a70

Contents?: true

Size: 204 Bytes

Versions: 2

Compression:

Stored size: 204 Bytes

Contents

module ConcertoWeather
  class Engine < ::Rails::Engine
    isolate_namespace ConcertoWeather

    initializer "register content type" do |app|
      app.config.content_types << Weather
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
concerto_weather-0.0.2 lib/concerto_weather/engine.rb
concerto_weather-0.0.1 lib/concerto_weather/engine.rb