lib/bowline/helpers.rb in maccman-bowline-0.1.10 vs lib/bowline/helpers.rb in maccman-bowline-0.3.0

- old
+ new

@@ -1,4 +1,7 @@ module Bowline - module Helpers + module Helpers + def self.init + Bowline.js.send("bowline_helper=", method(:send)) + end end end \ No newline at end of file