Methods
H
L
T
Instance Public methods
homepage_path()
# File actionpack/test/template/test_test.rb, line 8
def homepage_path
  people_path
end
homepage_url()
# File actionpack/test/template/test_test.rb, line 12
def homepage_url
  people_url
end
title(text)
# File actionpack/test/template/test_test.rb, line 4
def title(text)
  content_tag(:h1, text)
end