# File actionpack/lib/action_controller/deprecated/base.rb, line 127
def verify(*args)
ActiveSupport::Deprecation.warn "verify was removed from Rails and is now available as a plugin. " "Please install it with `rails plugin install git://github.com/sikachu/verification.git`.", caller
end