Sha256: cba27571288d2c17cb6aeec16e829729c6edb5712ffa1cf62867dc4d9c2c043d

Contents?: true

Size: 297 Bytes

Versions: 7

Compression:

Stored size: 297 Bytes

Contents

require "underscore-rails/version"

module Underscore
  module Rails
    if defined?(::Rails) and Gem::Requirement.new('>= 3.1').satisfied_by?(Gem::Version.new ::Rails.version)
      class Rails::Engine < ::Rails::Engine
        # this class enables the asset pipeline
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
underscore-rails-1.8.3 lib/underscore-rails.rb
underscore-rails-1.8.2 lib/underscore-rails.rb
underscore-rails-1.7.0 lib/underscore-rails.rb
underscore-rails-1.6.0 lib/underscore-rails.rb
underscore-rails-1.5.2 lib/underscore-rails.rb
underscore-rails-1.5.1 lib/underscore-rails.rb
underscore-rails-1.4.4 lib/underscore-rails.rb