RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: linki
why don't you make the session a singleton resource? it would make sense since i can only have exactly one at a time. this would also fix the session_path("current") problem to be just session_path
session_path("current")
session_path
why don't you make the session a singleton resource? it would make sense since i can only have exactly one at a time. this would also fix the
session_path("current")
problem to be justsession_path