You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This results in an error with an undefined constant enemy.
Suggested fix
The column class should not assume Object.const_get and can use the classes module or loop through the modules specified in :as and :joined_class_name using the camelize method of specifying modules (e.g. gi_joe/enemy)
Namespacing your models with modules is not currently supported.
For example:
This results in an error with an undefined constant
enemy
.Suggested fix
The
column
class should not assumeObject.const_get
and can use the classes module or loop through the modules specified in:as
and:joined_class_name
using thecamelize
method of specifying modules (e.g.gi_joe/enemy
)The text was updated successfully, but these errors were encountered: