= private = protected
This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.
These similar methods exist in v3.2.13:
alert(message)
Displays an alert dialog with the given message.
Example:
# Generates: alert('This message is from Rails!') page.alert('This message is from Rails!')
# File actionpack/lib/action_view/helpers/prototype_helper.rb, line 422 def alert(message) call 'alert', message end