Y
Hacker News
new
|
ask
|
show
|
jobs
by
Karunamon
2715 days ago
But you’re writing an ActiveRecord migration. It’s explicit in the same way that echoing a string out is ‘puts’ instead of ‘print’ because this is Ruby and not Python.
1 comments
dnautics
2715 days ago
what if you're on a team where your responsibilities are divided and you only touch ActiveRecord sporadically?
What does ActiveRecord consider the plural of "fish"?
link
sethrin
2715 days ago
You can change the inflections if you need to do so. ActiveRecord by default considers fish to be an uncountable noun, so the plural would be "fish".
link
What does ActiveRecord consider the plural of "fish"?