I added enum_column3 to my gemfile for a rails 3.01 project, installed it with bundler, and created and ran a migration. I confirmed in the rails console that the column was created as expected. Here is the error output:
undefined local variable or method `enum' for #ActionView::Helpers::InstanceTag:0x29e7f94
Extracted source (around line #24):
I added enum_column3 to my gemfile for a rails 3.01 project, installed it with bundler, and created and ran a migration. I confirmed in the rails console that the column was created as expected. Here is the error output:
undefined local variable or method `enum' for #ActionView::Helpers::InstanceTag:0x29e7f94 Extracted source (around line #24):
21:
24: <%= f.enum_select :subject %> 25:
I have traced it to line 34 in active_record_helper.rb:
enums is not defined or referenced anywhere outside line 34.