# File lib/oauth/controllers/consumer_controller.rb, line 4
      def self.included(controller)
        controller.class_eval do
          before_filter :load_consumer, :except=>:index
          skip_before_filter :verify_authenticity_token,:only=>:callback
        end
      end