lib/table_for/base.rb in table-for-3.0.0 vs lib/table_for/base.rb in table-for-3.1.0
- old
+ new
@@ -1,8 +1,8 @@
require 'blocks'
module TableFor
- class Base < Blocks::Base
+ class Base < WithTemplate::Base
include TableFor::HelperMethods::InstanceMethods
alias columns queued_blocks
alias column queue
\ No newline at end of file