Sha256: e3d2b1bbfc70a98d3b74dad2739527ced21264a84c35cd103624449bcd26a609
Contents?: true
Size: 270 Bytes
Versions: 1
Compression:
Stored size: 270 Bytes
Contents
class HelloUser < HelloWorld def configure(c) c.user = 'Max' super c.user = c.client_config[:user] c.title = "Configured with user #{c.user}" end endpoint :greet_the_world do |params,this| this.show_greeting("Hello #{config.user}!") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
netzke-core-0.8.4 | test/core_test_app/app/components/hello_user.rb |