DevelopingCoder/cs61a_hintr

View on GitHub
app/helpers/application_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ApplicationHelper
  def header(text)
    content_for(:header) { text.to_s }
  end
end