Commit b73eab7999003ab8fba46edaee7f6fc16335a0be

Authored by Dhruv Kapadia
1 parent b2c3c535

Avoiding conflicts with rails generator

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/controllers/questions_controller.rb
1 1 require 'fastercsv'
2   -require 'generator'
  2 +require 'generator.rb'
3 3  
4 4 class QuestionsController < InheritedResources::Base
5 5 actions :all, :except => [ :show, :edit, :delete ]
... ...