Don't cache when logged in or there's a flash message. Moved canonical to protected methods.

This commit is contained in:
Philip Arndt 2012-03-20 15:16:58 +13:00
parent 460351e81f
commit 3049816aa9
2 changed files with 4 additions and 3 deletions

View file

@ -3,7 +3,7 @@ module Refinery
class Version
@major = 2
@minor = 0
@tiny = 1
@tiny = 2
class << self
attr_reader :major, :minor, :tiny