module PeopleHelper

Public Instance Methods

homepage_path() click to toggle source
# File actionview/test/template/test_test.rb, line 10
def homepage_path
  people_path
end
homepage_url() click to toggle source
# File actionview/test/template/test_test.rb, line 14
def homepage_url
  people_url
end
title(text) click to toggle source
# File actionview/test/template/test_test.rb, line 6
def title(text)
  content_tag(:h1, text)
end