Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/dhyegocalota/active_admin-humanized_enum
- Owner: dhyegocalota
- License: mit
- Created: 2017-10-06T18:31:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T00:58:53.000Z (about 7 years ago)
- Last Synced: 2024-03-19T02:56:05.514Z (8 months ago)
- Topics: activeadmin, activeadmin-plugin, enum, i18n, rails, ruby
- Language: Ruby
- Homepage:
- Size: 7.81 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)