Commit c7d78d50b1f4da779f5b5888ee55444ed89ec527

Authored by Luke Baker
1 parent 202a8bbe

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 1 class QuestionsController < InheritedResources::Base
5 2 actions :all, :except => [ :show, :edit, :delete ]
6 3 before_filter :authenticate
... ...