Sha256: 289476ec9c71e7f09541a9001e071f14658a7c2facb545d27405a41f7f689901

Contents?: true

Size: 278 Bytes

Versions: 4

Compression:

Stored size: 278 Bytes

Contents

require "rangy-rails/version"

module Rangy
  module Rails
  # "Borrowed" from the underscore-rails gem
    if defined?(::Rails) and ::Rails.version >= "3.1"
      class Rails::Engine < ::Rails::Engine
        # this class enables the asset pipeline
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rangy-rails-1.3.1.pre.dev lib/rangy-rails.rb
rangy-rails-1.3alpha.804.0 lib/rangy-rails.rb
rangy-rails-1.3alpha.780.0 lib/rangy-rails.rb
rangy-rails-1.3alpha.772.0 lib/rangy-rails.rb