If I define "helpy" in my application_helper.rb file:

def helpy
  return "something"
end

... and then change the return value between page refreshes, it is not
updated.... I just get the original method definition loaded when
webrick server started




On Nov 15, 11:00 pm, radhames brito <[email protected]> wrote:
> Helper definition is loaded on application load, but the evaluation is done
> on every request , which are you talking about ?

-- 
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.

Reply via email to