I am trying to contribute to an open source project, and I need a controller to handle several forms that need to be submitted.
I created these controllers inside a directory inside the gem named app/controllers/gemname/my_controller.rb .
However, when I try to access the controller, it does not seem to load (I get a name error as if I typed something like NonExistentController).
How to load my controller using a gem?
Thanks!
ruby ruby-on-rails rubygems gem ruby-on-rails-plugins
Yuval Karmi
source share