Sha256: ee3c04abb39069a5c133069611868f4d192dabb7ba865b4c95f401f389b2cb3f

Contents?: true

Size: 235 Bytes

Versions: 5

Compression:

Stored size: 235 Bytes

Contents

require "rails_bootstrap_helper/version"

module RailsBootstrapHelper
  module Rails
    if ::Rails.version < "3.1"
      require "rails_bootstrap_helper/railtie"
    else
      require "rails_bootstrap_helper/engine"
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rails_bootstrap_helper-1.7.0 lib/rails_bootstrap_helper.rb
rails_bootstrap_helper-1.6.2 lib/rails_bootstrap_helper.rb
rails_bootstrap_helper-1.6.1 lib/rails_bootstrap_helper.rb
rails_bootstrap_helper-1.6.0 lib/rails_bootstrap_helper.rb
rails_bootstrap_helper-1.5.2 lib/rails_bootstrap_helper.rb