Class: Conjoin::Assets::Routes

Inherits:
Struct
  • Object
show all
Defined in:
lib/conjoin/assets.rb

Instance Method Summary collapse

Instance Method Details

#appObject



205
206
207
208
209
210
211
# File 'lib/conjoin/assets.rb', line 205

def app
  App.settings = settings
  App.root = settings[:root]
  App.plugin Conjoin::Cuba::Render
  App.plugin Assets
  App
end