Sha256: 79a0f676b4e12e1e20132ab979075b5dba23c1c2158430f6b30cd45241b044b3
Contents?: true
Size: 361 Bytes
Versions: 2
Compression:
Stored size: 361 Bytes
Contents
# DqAdmin Short description and motivation. ## Usage How to use my plugin. ## Installation Add this line to your application's Gemfile: ```ruby gem 'dq_admin' rails dq_admin:install:migrations rails db:migrate ``` if view path is not correct, add below to your config/application.rb file ``` config.railties_order = [DqAdmin::Engine, :main_app, :all] ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dq_admin-0.4.3 | README.md |
dq_admin-0.4.2 | README.md |