A rails plugin used to generate default base to a simple form based app.
- Before configure the engine you need to generate devise User model, because Participant has a dependancy to it.
Add this line to your application's Gemfile:
gem 'aact_form_engine'And then execute:
$ bundleOr install it yourself as:
$ gem install aact_form_engineContribution directions go here.
The gem is available as open source under the terms of the MIT License.