# 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