Class: Nesta::App

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/nesta/app.rb

Instance Method Summary collapse

Instance Method Details

#cache(content) ⇒ Object



26
27
28
29
# File 'lib/nesta/app.rb', line 26

def cache(content)
  Nesta.deprecated('cache', "it's no longer required - remove it from app.rb")
  content
end