lib/table_for/base.rb in table-for-0.0.17 vs lib/table_for/base.rb in table-for-1.0.0

- old
+ new

@@ -2,10 +2,10 @@ module TableFor class Base < BuildingBlocks::Base alias columns queued_blocks alias column queue - + def header(name, options={}, &block) define("#{name.to_s}_header", options, &block) end end end