lib/table_cloth.rb in table_cloth-0.3.2 vs lib/table_cloth.rb in table_cloth-0.4.0
- old
+ new
@@ -1,5 +1,6 @@
require "action_view"
+require "element_factory"
require "active_support/core_ext/class"
require "table_cloth/version"
module TableCloth
autoload :Base, "table_cloth/base"
\ No newline at end of file