Displaying 1 result from an estimated 1 matches for "imbibitive_test".
2006 Apr 16
5
Newbie Problems with pluralization
...t;, @taxgroup.name
assert_equal "Ontario w/ pst", @taxgroup.description
assert_equal "GST", @taxgroup.taxes[1].name
end
end
in which i get the following error:
1) Error:
test_create(TaxGroupTest):
ActiveRecord::StatementInvalid: Mysql::Error: #42S02Table
''imbibitive_test.taxes
_group'' doesn''t exist: SELECT * FROM taxes_group WHERE (taxes_group.id =
1) LIM
IT 1
......
1 tests, 0 assertions, 0 failures, 1 errors
Should it not pluralize the last work? Or am i missing something here?
Thanks!
--
Posted via http://www.ruby-forum.com/.