select2-rails
select2-rails copied to clipboard
Change //= require select2 on import 'select2'
Is it possible change syntaxes a little?
from://= require select2
on: import 'select2'
and the same with //= require select2_locale_"any possible language"
on: import 'select2_locale_"any possible language"'
last doesn't work now...