Short description and motivation.
How to use my plugin.
Add this line to your application's Gemfile:
gem 'dynamic_forms', github: 'densitylabs/dynamic_forms'
And then execute:
$ bundle
Or install it yourself as:
$ gem install dynamic_forms
Then, add the migrations:
rake dynamic_forms:install:migrations
rake db:migrate
You can mount the UI using:
mount DynamicForms::Engine, at: '/dynamic_forms'
then you can add to your rails app the following link:
link_to 'dynamic_forms', dynamic_forms.custom_forms_path
Contribution directions go here.