Sha256: 4f16c49bbc3e0c59a175bffb032f3819e207e4a15a753efd5eac31ebd8b71fa6
Contents?: true
Size: 499 Bytes
Versions: 2
Compression:
Stored size: 499 Bytes
Contents
= ModelInfo ModelInfo provides the UI interface for the CRUD of all models (including engine's) and their associated models. It also provides you the download link for CSV and JSON format of Model's data. == Installation Add this line to your application's Gemfile: <tt>gem 'model_info' </tt> And then execute: <tt>$ bundle</tt> == Usage After successful installation of gem the UI interface will be available on your_application_url */model_info/models* example: localhost:3000/model_info
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
model_info-0.0.8 | README.rdoc |
model_info-0.0.7 | README.rdoc |