I take naming seriously because it even appears to the user in many places by default.
I would like to create a model named Group, which refers to something similar to Facebook groups.
Because group is very common I hoped that it was possible to use it as other common words (e.g. date), but... it is a reserved word in SQL and it is also an ActiveRecord method (i.e. Model.group(*args)
).
I really cannot find a valid (and generic as I need) synonym: how should I behave in this case? Is there any convention or any common replacement for the word "group"?