Hi guys, I'm pretty new to activescaffold. Been messing with it for just a couple of days and its great. But I have one tiny question.
I have a number of models in my app, Page, PageComment, Post. They all have a body field. For this body field for Page, I want to use a rich text editor like FCKEditor, so I go into the PageHelper and add overrides for the body field to load up a rich text editor. And that works fine. But as a side effect, all body fields across all controllers and model now show up with the fckeditor. 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? Thanks -- Dave --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
