Sha256: 3a4d110b56666a837027dc1b6ab0cbd2c2639aaa4326517068fb324171bbf073
Contents?: true
Size: 400 Bytes
Versions: 12
Compression:
Stored size: 400 Bytes
Contents
// Place all the behaviors and hooks related to the matching controller here. // All this logic will automatically be available in application.js. APP.home = { init: function() { console.log("home controller"); }, index: function(){ console.log("home#index"); }, about: function() { console.log("home#about"); }, contact: function() { console.log("home#contact"); } }
Version data entries
12 entries across 12 versions & 2 rubygems