/administrate-field-json-to-table

JSON to table field plugin for Administrate

Primary LanguageRubyMIT LicenseMIT

Administrate::Field::Jsontable

A plugin to display the values of a JSON into a table. If the JSON has no data of a field it will display a "-". This gem only displays 1 or 2 rows.

JsonTable

This repository is a field plugin for Administrate.

Installation

Add to your gemfile gem 'administrate-field-jsontable'

Contributing

Run bundle exec rake db:setup to set up example rails app on development environment Run bundle exec rspec to run tests Run bundle exec rubocop to linting tests