lib/table_for/engine.rb in table-for-0.0.12 vs lib/table_for/engine.rb in table-for-0.0.13

- old
+ new

@@ -1,12 +1,7 @@ require "rails" -# require "table-for" module TableFor class Engine < Rails::Engine - # initializer "table_for.initialize_helpers" do - # ActiveSupport.on_load(:action_view) do - # include TableFor::HelperMethods - # end - # end + end end