lib/table_cloth.rb in table_cloth-0.4.2 vs lib/table_cloth.rb in table_cloth-0.4.3

- old
+ new

@@ -17,10 +17,11 @@ autoload :Sortable, "table_cloth/presenters/sortable" end module Extensions autoload :Actions, "table_cloth/extensions/actions" + autoload :RowAttributes, "table_cloth/extensions/row_attributes" end class << self def config @config ||= Configuration.new @@ -31,6 +32,6 @@ # Set the default presenter TableCloth::Base.presenter(TableCloth::Presenters::Default) ActiveSupport.on_load(:action_view) do include TableCloth::ActionViewExtension -end \ No newline at end of file +end