Skip to content

Instantly share code, notes, and snippets.

@brandoncordell
Created May 4, 2012 13:30
Show Gist options
  • Save brandoncordell/2594810 to your computer and use it in GitHub Desktop.
Save brandoncordell/2594810 to your computer and use it in GitHub Desktop.
session
class PagesController < HighVoltage::PagesController
def home
session[:coverage] = 10
end
end
# in the view (haml)
= debug session.inspect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment