examples/todolist/start.rb in ramaze-0.3.0 vs examples/todolist/start.rb in ramaze-0.3.5

- old
+ new

@@ -1,10 +1,9 @@ # Copyright (c) 2006 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. +require 'rubygems' require 'ramaze' - -include Ramaze require 'src/controller/main' require 'src/element/page' require 'src/model'