Hi,
Can someone please confirm that accessors cannot be used in
ActionController to ‘persist’ values between requests, at least, not
without persisting to the database?
I’m trying to minimize AJAX calls by storing information from certain
of my calls for use by others later, but my attempts fail. My takeaway
is that instance variables, as set by an accessor, are not stored
between requests.
Thanks for any comment,
Lille