Module: MechanizeStore::ApplicationHelper

Defined in:
app/helpers/mechanize_store/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#title(text) ⇒ Object



3
4
5
# File 'app/helpers/mechanize_store/application_helper.rb', line 3

def title(text)
    content_for(:title){text}
end