Sha256: def5e5ec741be65fab0fec917a1c98c30cd6e6bf1798af49d5c5a384a207e426
Contents?: true
Size: 416 Bytes
Versions: 17
Compression:
Stored size: 416 Bytes
Contents
//= require "application_controller" var <%=class_name%>Controller = (function() { return Jax.Controller.create("<%=controller_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
17 entries across 17 versions & 1 rubygems