Dave9191 wrote ... > It seems that whatever column I override in whatever Helper, that > overrides effects all active scaffolds for different models in > different controllers. I thought that each controller had its own > helper and what I put into the PageHelper only effects the active > scaffold for Page. Its like each Helper file seems to be read > regardless of what controller is running. Is this normal?
That's normal behavior if you have "helper :all" in your ApplicationController (which is the default). Remove "helper :all" to get the behavior you're wanting. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en -~----------~----~----~----~------~----~------~--~---
