Skip to content

Commit 1a56900

Browse files
authored
Merge pull request #111 from varyonic/rails-6
Rails 6.
2 parents 2fa6800 + 48c457f commit 1a56900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/chosen-rails.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Rails
66
end
77

88
case ::Rails.version.to_s
9-
when /^(4|5)/
9+
when /^(4|5|6)/
1010
require 'chosen-rails/engine'
1111
when /^3\.[12]/
1212
require 'chosen-rails/engine3'

0 commit comments

Comments
 (0)