OK, so you can only call functions in a controller that are in a model? I have an app that does not have a model but I guess I can create one if need be.
On Feb 7, 3:50 am, Julian Leviston <[email protected]> wrote: > That sounds strange. All controllers reload, therefore application > controller does too, because it's an abstract class. > > Blog:http://random8.zenunit.com/ > Learn rails:http://sensei.zenunit.com/ > > On 07/02/2009, at 7:08 PM, Alan Brown <[email protected]> wrote: > > > Should have used Hamburger Helper. > > > I think application.rb doesn't reload unless you restart the > > server. Maybe application_helper is the same way > > > and it looks like this post agrees: > > > http://www.ruby-forum.com/topic/155700 > > > On Fri, Feb 6, 2009 at 11:30 PM, Eddie Son <[email protected] > > > wrote: > > > did you mean when you put it in your controller's helper file, it > > works? > > > make sure you are using your helpers in your views, and not in your > > controller. > > > Chris Habgood wrote: > > > I am calling a function I made in application_helper but when I > > try to > > > call it it keeps saying method undefined. If I put the function in > > > the controller it runs just fine. any ideas? > > > -- > > Posted viahttp://www.ruby-forum.com/. > > > -- > > Available for Ruby on Rails development opportunities > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

