DEBSOURCES
Skip Quicknav
sources / ruby-ramaze / 2012.12.08-3 / examples / app / todolist / controller / init.rb
1234567891011
module TodoList class Controller < Ramaze::Controller layout :default engine :Etanni map '/', :todolist app.location = '/' end end require __DIR__'task'