Sha256: b87aec5353feb5d7f9ce9ae545dcb1c8964e237bbc1436011c11260d1ce32087
Contents?: true
Size: 461 Bytes
Versions: 37
Compression:
Stored size: 461 Bytes
Contents
require 'ramaze' class MainController < Ramaze::Controller helper :gestalt def index build do html do head do title "Welcome to Gestalt" end body do h1 "Gestalt reports for duty" p "Feel free to take a look at my source.", "That's what open source is for anyway." a(:href => 'http://ramaze.net'){ 'ramaze.net' } end end end end end Ramaze.start
Version data entries
37 entries across 37 versions & 4 rubygems