Skip to content

Instantly share code, notes, and snippets.

@olance
Created August 31, 2014 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olance/f899a72a7aeb63bd0ceb to your computer and use it in GitHub Desktop.
Save olance/f899a72a7aeb63bd0ceb to your computer and use it in GitHub Desktop.
//= require jquery
//= require jquery_ujs
//= require turbolinks
//= require react
//= require react_ujs
var Greeter = require('./greeter');
Greeter.sayHello('Visitor');
Greeter.sayGoodbye('Visitor');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment