Page view
setup, #with
9 10 11 12 13 14 15 16
# File 'lib/lb/project/page.rb', line 9 def title t = LB::Project.t.page self.class.page_key.split('/').each do |key| t = t.send(key) end t.title end