Sha256: 6783f459cbc1cbf0f0d5e11d8f1f695a3ffda89c5b81d4daa9d73ce5c27ebe58

Contents?: true

Size: 761 Bytes

Versions: 2

Compression:

Stored size: 761 Bytes

Contents

# Activeadmin::Mongoid::Localize

Easily edit mongoid localized fields in ActiveAdmin (all locales on one page)

## Installation

Add this line to your application's Gemfile:

    gem 'activeadmin-mongoid-localize'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install activeadmin-mongoid-localize

## Usage

Really simple:

    f.inputs do
      f.localized_input :title
    end

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## License

This gem uses free flags icons from famfamfam -- http://www.famfamfam.com/lab/icons/flags/

MIT License

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activeadmin-mongoid-localize-0.0.2 README.md
activeadmin-mongoid-localize-0.0.1 README.md