lib/phlex/rails.rb in phlex-0.1.0 vs lib/phlex/rails.rb in phlex-0.2.0
- old
+ new
@@ -1,7 +1,15 @@
\ No newline at end of file
+# frozen_string_literal: true
+
+module Phlex
+ module Rails
+ end
+end
+
+Phlex::Component.include(Phlex::Rails::TagHelpers)