Make country select searchable in registrar form

This commit is contained in:
Martin Lensment 2014-10-07 17:04:25 +03:00
parent fd74733931
commit e3d8ea088b
6 changed files with 11 additions and 1 deletions

View file

@ -61,6 +61,9 @@ gem 'devise', '~> 3.3.0'
# for archiving
gem 'paper_trail', '~> 3.0.5'
# for select
gem 'selectize-rails', '~> 0.11.0'
group :assets do
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', platforms: :ruby