After creating a question (using the master branch), I get this error.
I worked around it by creating an initializer that does this:
Rails.application.config.after_initialize do
Rapidfire::ApplicationController.class_eval do
def rapidfire
self
end
end
end