Sha256: 28aabe1771142c01f6f6e0ff84bf761f33589d31be0a3b0db5a81e1f73bcdedf

Contents?: true

Size: 310 Bytes

Versions: 2

Compression:

Stored size: 310 Bytes

Contents

require "underscore-inflections-rails/version"

module Underscore
  module Inflections
    module Rails
      if defined?(::Rails) && Gem::Requirement.new('>= 3.1').satisfied_by?(Gem::Version.new ::Rails.version)
        class Rails::Engine < ::Rails::Engine
          
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
underscore-inflections-rails-1.1.0 lib/underscore-inflections-rails.rb
underscore-inflections-rails-1.0.0 lib/underscore-inflections-rails.rb