Commit c7d78d50b1f4da779f5b5888ee55444ed89ec527
1 parent
202a8bbe
Exists in
master
and in
1 other branch
remove extraneous require calls
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
app/controllers/questions_controller.rb
1 | -require 'fastercsv' | ||
2 | -require 'generator.rb' | ||
3 | - | ||
4 | class QuestionsController < InheritedResources::Base | 1 | class QuestionsController < InheritedResources::Base |
5 | actions :all, :except => [ :show, :edit, :delete ] | 2 | actions :all, :except => [ :show, :edit, :delete ] |
6 | before_filter :authenticate | 3 | before_filter :authenticate |