farthergate.com/pages/about.rb
Aleks Rūtiņš 057cca96d6 basic content
2024-09-09 12:12:42 -04:00

7 lines
145 B
Ruby

class Pages::About < ::Phlex::HTML
def view_template
render ::Pages::Layout.new(:about) {
p { "under construction" }
}
end
end