shedd / administrate-field-country

A plugin to deal with country selection in Administrate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Administrate::Field::Country

Code Climate

A plugin to deal with country selection in Administrate, with the help of country_select gem.

Usage

Add it to your Gemfile:

gem 'administrate-field-country', '~> 0.0.1'

Run:

$ bundle install

Add to your FooDashboard:

ATTRIBUTE_TYPES = {
  bar: Field::Country
}.freeze

About

Administrate::Field::Country is maintained by Zooppa.

About

A plugin to deal with country selection in Administrate

License:MIT License


Languages

Language:Ruby 96.5%Language:HTML 3.5%