Rails main motto is "convention over configuration" why do you want to go against the flow. in that case you have to face lots of problem in future. but you can do that by changing the inflection or the generation system of ROR
On Jul 18, 1:24 pm, harun <[email protected]> wrote: > Hi, > > First, I am new at Ruby on Rails. When using scaffolding feature, > rails pluralize some automatically generated files' names, like > controller names, view names and helper names. What I want is to > disable this pluralization. For example, I want the contoller name of > model 'Post' to be 'post_controller.rb' instead of > 'posts_controller.rb'. > > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

