Skip to content

Latest commit

 

History

History
executable file
·
21 lines (12 loc) · 672 Bytes

File metadata and controls

executable file
·
21 lines (12 loc) · 672 Bytes

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