Skip to content

Instantly share code, notes, and snippets.

@victusfate
Forked from keolo/gist:988010
Created May 24, 2011 08:52
Show Gist options
  • Save victusfate/988368 to your computer and use it in GitHub Desktop.
Save victusfate/988368 to your computer and use it in GitHub Desktop.
# app/assets/javascripts/application.js
//= require_tree .
# app/assets/javascripts/application.js.coffee
@application =
awesomeFunction: (params) ->
console.log(params)
# app/assets/javascripts/home.js.coffee
$ ->
application.awesomeFunction(['Hey', 'there'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment