Sha256: 4195a6353beaaf326ab95d6c5f706c59884153bf1384d49607ecae8c2ce6a21b

Contents?: true

Size: 269 Bytes

Versions: 5

Compression:

Stored size: 269 Bytes

Contents

require "rails"
require "bootstrap-typeahead-rails/version"

module BootstrapTypeaheadRails
  module Rails
    if ::Rails.version.to_s < "3.1"
      require "bootstrap-typeahead-rails/railtie"
    else
      require "bootstrap-typeahead-rails/engine"
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bootstrap-typeahead-rails-0.10.5.1 lib/bootstrap-typeahead-rails.rb
bootstrap-typeahead-rails-0.9.3.3 lib/bootstrap-typeahead-rails.rb
bootstrap-typeahead-rails-0.9.3.2 lib/bootstrap-typeahead-rails.rb
bootstrap-typeahead-rails-0.9.3.1 lib/bootstrap-typeahead-rails.rb
bootstrap-typeahead-rails-0.9.3.0 lib/bootstrap-typeahead-rails.rb