Sha256: c010398054e051f43d9ed5fa85924b1243a3c527354819ac080b622c2a12f36c

Contents?: true

Size: 286 Bytes

Versions: 2

Compression:

Stored size: 286 Bytes

Contents

require "underscore-string-rails/version"

module Underscore
  module String
    module Rails
      if defined?(::Rails) and ::Rails.version >= "3.1"
        class Rails::Engine < ::Rails::Engine
          # this class enables the asset pipeline
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
underscore-string-rails-0.0.2 lib/underscore-string-rails.rb
underscore-string-rails-0.0.1 lib/underscore-string-rails.rb