mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Make country select searchable in registrar form
This commit is contained in:
parent
fd74733931
commit
e3d8ea088b
6 changed files with 11 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue