To use the KFormRb module, you must include it in your Ruby project as a dependency. You can do this by adding the following line to your Gemfile:
gem 'k-form-rb', git: 'https://github.com/kundigo/k-form-rb.git', branch: 'master'
And then, running:
bundle install