0.0
No release in over 3 years
Low commit activity in last 3 years
Write a longer description or delete this line.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.5.2

Runtime

~> 5.2
 Project Readme

NyrosForm2

Short description and motivation.

Usage

How to use my plugin.

Installation

First add the gem to your Gemfile and run the bundle command.

gem 'nyros_form2'

Next, mount the engine in your routes.rb under the path you want.

mount NyrosForm2::Engine => "/nyros_form2"

Then copy over the migrations and run them.

rake nyros_form2:install:migrations
rake db:migrate

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.