Skip to content

Instantly share code, notes, and snippets.

@ericdfields
Created August 1, 2011 19:30
Show Gist options
  • Save ericdfields/1118821 to your computer and use it in GitHub Desktop.
Save ericdfields/1118821 to your computer and use it in GitHub Desktop.
# my helper
def logged_in()
"\#{request.boolean_param(logged_in)}"
end
# my template code
<% if !logged_in %>
<script type="text/javascript" charset="utf-8">
alert('done')
</script>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment