Changeset 106

Show
Ignore:
Timestamp:
11/15/2006 00:14:09 (2 years ago)
Author:
why
Message:
  • examples/tippytippytepee/tepee.rb: opening the Page class up for scripting, for hackplay.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/tippytippytepee/tepee.rb

    r100 r106  
    55 
    66Camping.goes :Tepee 
    7  
    8 Tepee::Box = Sandbox.safe 
    9 Tepee::Box.load "erbl.rb" 
    107 
    118module Tepee::Models 
     
    3431 
    3532end 
     33 
     34Tepee::Box = Sandbox.safe 
     35Tepee::Box.load "erbl.rb" 
     36Tepee::Box.ref Tepee::Models::Page 
    3637 
    3738module Tepee::Controllers