method

message

rails latest stable - Class: BenchmarkController

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.

message()
public

No documentation available.

# File actionpack/examples/benchmark.rb, line 9
  def message
    render_text "hello world"
  end