Sha256: 0a6aa8208250925435e6397684261b61b96cfeb699e5725c5ab8b4ca425ac636
Contents?: true
Size: 736 Bytes
Versions: 3
Compression:
Stored size: 736 Bytes
Contents
# Administrate::Field::List simple plugin in order to be able to view and edit serialized list within Administrate ![screenshot](screenshot/screenshot_1.png "screenshot_1") supported serialization type - JSON ```ruby class Project < ApplicationRecord serialize :admin_group, JSON serialize :editor_group, JSON ``` ## Installation Add this line to your application's Gemfile: ```ruby gem 'administrate-field-list' ``` And then execute: $ bundle install ## Usage In your Dashboard `ATTRIBUTE_TYPES` use the field type `Field::List`. i.e. ```ruby ATTRIBUTE_TYPES = { tags: Field::List } ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/potato2003/administrate-field-list
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
administrate-field-list-0.0.4 | README.md |
administrate-field-list-0.0.3 | README.md |
administrate-field-list-0.0.2 | README.md |