On Sep 6, 8:11 am, Tjad Clark <[email protected]> wrote:
> Hi
>
> I am wondering if it is possible to have default session values set please?
> I have come across a post stating to add a before filter to the
> ApplicationController, however this seems a bit inefficient to me. I am
> looking for a more specific place to load up session variables where they
> will only be loaded once.

Why set them at all? you could define methods such as

def session_feature_x
  session[:x] || 'default'
end

Fred

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