This engine is building to create an adminzone in where manage events and services from an event enterprise. To provide a webapp from an adminzone separate from it
rails plugin new cadmin --mountable -d postgresql --skip-action-cable --skip-bootsnap --skip-bundle --skip-javascript --skip-keeps
--skip-listen --skip-spring --skip-system-test --skip-turbolinks --skip-webpack-install --skip-yarnHow to use my plugin.
Add this line to your application's Gemfile:
gem 'cadmin'And then execute:
$ bundleOr install it yourself as:
$ gem install cadminContribution directions go here.
The gem is available as open source under the terms of the MIT License.