Skip to content

uninitialized constant TableHelper::BlankSlate in Rails 3 Beta3 #6

@obrie

Description

@obrie

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).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions