Merge branch 'master' into glitch-soc/merge-upstream
This commit is contained in:
commit
d17844e6d1
58 changed files with 875 additions and 106 deletions
|
@ -53,4 +53,8 @@ class InstancePresenter
|
|||
def hero
|
||||
@hero ||= Rails.cache.fetch('site_uploads/hero') { SiteUpload.find_by(var: 'hero') }
|
||||
end
|
||||
|
||||
def mascot
|
||||
@mascot ||= Rails.cache.fetch('site_uploads/mascot') { SiteUpload.find_by(var: 'mascot') }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue