Sha256: 7b154a12510a6ed18b2cfeda1238ac57d4ad969e145492d96ae40f840a0da6c4

Contents?: true

Size: 232 Bytes

Versions: 1

Compression:

Stored size: 232 Bytes

Contents

module UnicodeCountryFlags
  class Engine < ::Rails::Engine
    initializer 'unicode_country_flags.initialize' do
      ActiveSupport.on_load(:action_view) do
        include UnicodeCountryFlags::Helpers
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unicode_country_flags-0.1.2 lib/unicode_country_flags/engine.rb