Module: ApplicationHelper
- Defined in:
- lib/generators/frame/layout/templates/app/helpers/application_helper.rb
Instance Method Summary collapse
Instance Method Details
#logo ⇒ Object
9 10 11 |
# File 'lib/generators/frame/layout/templates/app/helpers/application_helper.rb', line 9 def logo image_tag("econ_f_64.gif", {:alt => "eContriver", :class => "round", :style => "width: 64px; height: 64px"}) end |
#title(page_title) ⇒ Object
2 3 4 5 6 7 |
# File 'lib/generators/frame/layout/templates/app/helpers/application_helper.rb', line 2 def title(page_title) content_for :title do page_title end page_title end |