Default Session Values

4 views
Skip to first unread message

Tjad Clark

unread,
Sep 6, 2011, 3:11:13 AM9/6/11
to rubyonra...@googlegroups.com
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.

Thanks

Frederick Cheung

unread,
Sep 6, 2011, 8:51:51 AM9/6/11
to Ruby on Rails: Talk
Why set them at all? you could define methods such as

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

Fred
Reply all
Reply to author
Forward
0 new messages