Sha256: 515084eed9f845c1c32522563eccf6089f6cd3a60363597017758e98f510f659

Contents?: true

Size: 261 Bytes

Versions: 2

Compression:

Stored size: 261 Bytes

Contents

module MaterialIcons
  module Rails
    class Engine < ::Rails::Engine
      config.generators do |generators|
        generators.test_framework :rspec, :fixture => false
        generators.assets true
        generators.helper true
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
material_icons-rails-1.0.3 lib/material_icons/rails/engine.rb
material_icons-rails-1.0.2 lib/material_icons/rails/engine.rb