Sha256: 682fb6aa1984399b0e69a684edb763c05732e26536e8aa9ba56c281397a99416
Contents?: true
Size: 347 Bytes
Versions: 13
Compression:
Stored size: 347 Bytes
Contents
(function() { Jax.Controller.create("<%=class_name%>", ApplicationController, { <%- actions.each do |action| -%> <%=action%>: function() { }, <%- end -%> // Some special actions are fired whenever the corresponding input is // received from the user. mouse_clicked: function(event) { } }); })();
Version data entries
13 entries across 13 versions & 1 rubygems