In my scheme I have many tables/models that have underscore in the table name. Such as: website_settings, notification_logs, etc..
When i try to use oil to generate the controller/view and models for these.. The underscore is being treated as a nested folder. I'm aware that this is how oil works, but are there any work arounds for problems like this. Or do I have to create the controller/model as one name and then add a dash where appropriate?