Sha256: 8ae07d6b015fa03fb6a117d5334ceccfedfcbd03af7e87b525a77a001aa13cac

Contents?: true

Size: 349 Bytes

Versions: 5

Compression:

Stored size: 349 Bytes

Contents

require 'rails'

module Bootstrap
  module Generators
    class Railtie < ::Rails::Railtie
      if ::Rails.version < "3.1"
        require 'bootstrap/generators/railtie'
      else
        config.app_generators.stylesheets false
        require 'bootstrap/generators/engine'
      end
      require 'bootstrap/generators/version'
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bootstrap-generators-2.3.1.1 lib/bootstrap-generators.rb
bootstrap-generators-2.3.1 lib/bootstrap-generators.rb
bootstrap-generators-0.0.6 lib/bootstrap-generators.rb
bootstrap-generators-0.0.5 lib/bootstrap-generators.rb
bootstrap-generators-0.0.4 lib/bootstrap-generators.rb