search for: cached_user

Displaying 1 result from an estimated 1 matches for "cached_user".

Did you mean: cache_user
2006 May 29
3
Hiding HTML Markup
Hi, THis may be a simple question. I am trying to hide some HTML markup language depending on a value. So for example I have the following in an RHTML file: <%if session[:role]=="Administrator" %> <label><Strong>Administration</strong></label><br> <%= link_to("Users", :controller=>"Users",:action=>"list")