Changeset 136
- Timestamp:
- 02/07/2007 19:43:15 (22 months ago)
- Location:
- trunk/examples/tippytippytepee
- Files:
-
- 1 added
- 1 modified
- 2 moved
-
support (added)
-
support/support.rb (moved) (moved from trunk/examples/tippytippytepee/support.rb)
-
support/webdev.rb (moved) (moved from trunk/examples/tippytippytepee/webdev.rb)
-
tepee.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/tippytippytepee/tepee.rb
r135 r136 73 73 74 74 Tepee::Box = Sandbox.safe 75 Tepee::Box.load "support .rb"75 Tepee::Box.load "support/support.rb" 76 76 Tepee::Box.ref Tepee::Models::Page 77 77 Tepee::Box.ref Web … … 81 81 %w(CGI Time Hpricot HashWithIndifferentAccess 82 82 PP JSON YAML OpenStruct Sandbox).each { |klass| Tepee::Box.import Kernel.const_get(klass) } 83 Tepee::Box.load " webdev.rb"83 Tepee::Box.load "support/webdev.rb" 84 84 85 85 module Tepee::Controllers
