This method is deprecated or moved on the latest stable version.
The last existing version (v3.0.9) is shown here.
verify(*args)
public
This was moved to a plugin
# 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