closer opened this issue
Hello,
I see error message "uninitialized constant TableHelper::BlankSlate" in Rails 3 Beta3 environment. In Rails 3 the "builder" plug-in was moved from "activesupport" to separated gem therefore need to include it to "row.rb" file.
@@@
require ’table_helper/cell’
Workaround for Rails 3
if Rails::VERSION::MAJOR >= 3
require ’builder’
end
module TableHelper
...
@@@
original LH ticket
This ticket has 0 attachment(s).