Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jimmybaker/119403 to your computer and use it in GitHub Desktop.
Save jimmybaker/119403 to your computer and use it in GitHub Desktop.
class Session < ActiveRecord::Base
end
s = Session.find_by_session_id 'INSERT-SESSION-ID-HERE'
Marshal.load(Base64.decode64(s.data))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment