Don't cache when logged in or there's a flash message. Moved canonical to protected methods.
This commit is contained in:
parent
460351e81f
commit
3049816aa9
2 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@ module Refinery
|
|||
class Version
|
||||
@major = 2
|
||||
@minor = 0
|
||||
@tiny = 1
|
||||
@tiny = 2
|
||||
|
||||
class << self
|
||||
attr_reader :major, :minor, :tiny
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue