module ActionController::Base::DeprecatedBehavior
def verify(*args)
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/rails/verification.git`.", caller end