Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dhyegocalota/active_admin-humanized_enum

Easily translate ActiveRecord's enums in your ActiveAdmin. :balloon:
https://github.com/dhyegocalota/active_admin-humanized_enum

activeadmin activeadmin-plugin enum i18n rails ruby

Last synced: 2 days ago
JSON representation

Easily translate ActiveRecord's enums in your ActiveAdmin. :balloon:

Awesome Lists containing this project

README

        

# ActiveAdmin integration with ActiveRecord Humanized Enum (I18n)
Easily translate ActiveRecord's enums in your ActiveAdmin.

## Installation
Include to your Gemfile
```ruby
gem 'active_admin-humanized_enum'
```

## Usage
Please take a look how [active_record-humanized_enum](http://github.com/dhyegofernando/active_record-humanized_enum) works and your ActiveAdmin is gonna magically work too.

## Maintainer
[Dhyego Fernando](https://github.com/dhyegofernando)