Might sound like a simple question, but I\'m stumped.
I\'ve created a gem that essentially contains a generator.
It contains the following structure:
If you use Railtie, you can define your generator wherever it could be using:
generators do require "path/to/my_railtie_generator" end
in Railtie class.