Sha256: e2bd50f873b83f6584c8b60e7406174f5f55b7174adcd4676d3a9466e04a5137
Contents?: true
Size: 232 Bytes
Versions: 1
Compression:
Stored size: 232 Bytes
Contents
require 'wee/component' module Wee class Task < Component def go end def render(r) r.session.send_response(RedirectResponse.new(r.url_for_callback(method(:go)))) end end # class Task end # module Wee
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mullen-wee-2.2.0 | lib/wee/task.rb |