Last Updated: February 25, 2016
·
4.021K
· pzgz

Global scope variable assigning and access for coffeescript in rails

Declare following in coffeescrip file

root = exports ? this

Then, use following to access the variables, they are global:

root.variable = ...