Commit b73eab7999003ab8fba46edaee7f6fc16335a0be
1 parent
b2c3c535
Exists in
master
and in
1 other branch
Avoiding conflicts with rails generator
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/controllers/questions_controller.rb
1 | require 'fastercsv' | 1 | require 'fastercsv' |
2 | -require 'generator' | 2 | +require 'generator.rb' |
3 | 3 | ||
4 | class QuestionsController < InheritedResources::Base | 4 | class QuestionsController < InheritedResources::Base |
5 | actions :all, :except => [ :show, :edit, :delete ] | 5 | actions :all, :except => [ :show, :edit, :delete ] |