There was another model that was including ApplicationHelper for some godforsaken reason. Taking that out fixed the problem.
I'm still unclear why and how this was happening. Lee On Sep 4, 11:32 am, Frederick Cheung <[email protected]> wrote: > On Sep 4, 4:17 pm, LeeFyock<[email protected]> wrote: > > > I have a totally wacked problem going on. > > > I have a model attribute with the same name ("content") as a helper > > function, and when I call "model.content", it's calling the "content" > > helper function instead of the model's attribute. > > is something including your helper module into the model ? (you could > stick some logging in that module's self.included) Does it only happen > with your helper method or also the names of other helpers ? > > Fred > > > > > Thanks, > > Lee --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

