lib/table_for/engine.rb in table-for-0.0.10 vs lib/table_for/engine.rb in table-for-0.0.11
- old
+ new
@@ -1,12 +1,12 @@
require "rails"
-require "table-for"
+# 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
+ # initializer "table_for.initialize_helpers" do
+ # ActiveSupport.on_load(:action_view) do
+ # include TableFor::HelperMethods
+ # end
+ # end
end
end