Class: WB::DatamapperTutorial

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/datamapper-tutorial.rb

Instance Method Summary collapse

Instance Method Details

#page_titleObject

helper methods



45
46
47
# File 'lib/datamapper-tutorial.rb', line 45

def page_title
  @title || ""
end

#title(name) ⇒ Object

def title=(name)… does not work, bug?



50
51
52
# File 'lib/datamapper-tutorial.rb', line 50

def title(name)
  @title = " | #{name}"
end