diff --git a/app/controllers/choices_controller.rb b/app/controllers/choices_controller.rb index a3ff6df..e919f31 100644 --- a/app/controllers/choices_controller.rb +++ b/app/controllers/choices_controller.rb @@ -2,7 +2,7 @@ class ChoicesController < InheritedResources::Base respond_to :xml, :json actions :show, :index, :create, :update, :new belongs_to :question - has_scope :active, :boolean => true, :only => :index + has_scope :active, :type => :boolean, :only => :index before_filter :authenticate -- libgit2 0.21.2