Sha256: 8ac98ad75c6f1463c5e558e711000ea86543c862a7a642798bc1db25c6ce85f9
Contents?: true
Size: 169 Bytes
Versions: 10
Compression:
Stored size: 169 Bytes
Contents
module Trestle module TitleHelper def title content_for(:title) || default_title end def default_title action_name.titleize end end end
Version data entries
10 entries across 10 versions & 1 rubygems