Class: Conjoin::Assets::Routes

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

Instance Method Summary collapse

Instance Method Details

#appObject



151
152
153
154
155
156
157
# File 'lib/conjoin/assets.rb', line 151

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