Sha256: 181af57880e2928858a28f2fb7e009a5d315241b48dcf5f0fb6ae4113870e3cc
Contents?: true
Size: 230 Bytes
Versions: 15
Compression:
Stored size: 230 Bytes
Contents
class <%= controller_class_name %> < Babylon::Base::Controller <% controller_actions.each do |action, prio, xpath| %> def <%= action %> # This will be called when a stanza matches <%= xpath %> end <% end %> end
Version data entries
15 entries across 15 versions & 2 rubygems