method

message

message()
public

No documentation available.

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