torm3nt wrote: > hmmm > > I'm just guessing here, but have you tried creating a method in your > ApplicationController called store_location, which then makes the > appropriate module calls? > > I'm guessing that ApplicationController can't see the store_location > method in your module.
Thanks for getting back to me. The store location method is clearly getting called each time. I can verify this by putting in logger.debugs in that method and they are showing it's getting called each time. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

