countries/country_select

View on GitHub
lib/country_select.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

require 'countries'

require 'country_select/version'
require 'country_select/defaults'
require 'country_select/formats'
require 'country_select/tag_helper'
require 'country_select/country_select_helper'