# File lib/action_controller/verification.rb, line 81
      def verify(options={})
        before_filter :only => options[:only], :except => options[:except] do |c|
          c.send! :verify_action, options
        end
      end