lib/exvo_helpers.rb in exvo_helpers-0.0.2 vs lib/exvo_helpers.rb in exvo_helpers-0.0.3
- old
+ new
@@ -1,2 +1,7 @@
require "exvo_helpers/version"
require "exvo_helpers/helpers"
+require "exvo_helpers/view_helpers"
+
+module Exvo
+ require 'exvo_helpers/railtie' if defined?(Rails)
+end