lib/table_cloth.rb in table_cloth-0.1.1 vs lib/table_cloth.rb in table_cloth-0.1.2
- old
+ new
@@ -1,6 +1,7 @@
require 'action_view'
require 'table_cloth/version'
+require 'table_cloth/configurable_elements'
require 'table_cloth/base'
module TableCloth
autoload :Configuration, 'table_cloth/configuration'
autoload :Builder, 'table_cloth/builder'
\ No newline at end of file