class Responders::Generators::InstallGenerator

def update_application

def update_application
  inject_into_class "config/application.rb", "Application", <<-RUBY
Use the responders controller from the responders gem
nfig.app_generators.scaffold_controller :responders_controller
  RUBY
end