- Revision
- 88
- Author
- mward
- Date
- 2007-05-26 12:37:21 -0500 (Sat, 26 May 2007)
Log Message
wired pico into Waffle::Controller module
Modified Paths
Diff
Modified: trunk/examples/jruby-example/src/main/java/org/codehaus/waffle/example/jruby/JRubyRegistrar.java (87 => 88)
--- trunk/examples/jruby-example/src/main/java/org/codehaus/waffle/example/jruby/JRubyRegistrar.java 2007-05-26 17:34:37 UTC (rev 87) +++ trunk/examples/jruby-example/src/main/java/org/codehaus/waffle/example/jruby/JRubyRegistrar.java 2007-05-26 17:37:21 UTC (rev 88) @@ -22,7 +22,7 @@ String script = "class FooBar\n" + " def index\n" + - " \"HELLO WORLD from the index method #{find_chicagouuu}\"\n" + + " \"HELLO WORLD from the index method #{find_chicago}\"\n" + " end\n" + " def bar\n" + " \"HELLO WORLD #{request.local_name} #{request.local_port} \"\n" +
To unsubscribe from this list please visit:
