After creating a template in rails can you change the created symbol?
For example I created a template called transaction, rails creates in the plural transactions but would like to change that name for transactions is possible?
After creating a template in rails can you change the created symbol?
For example I created a template called transaction, rails creates in the plural transactions but would like to change that name for transactions is possible?
By changing the config / initializers / inflections.rb file you can configure pluralization in Rails. I recommend reading the Caelum handout to get a better understanding.