Class: Conjoin::Assets::Helpers

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

Instance Method Summary collapse

Instance Method Details

#asset_path(path) ⇒ Object



199
200
201
# File 'lib/conjoin/assets.rb', line 199

def asset_path path
  app.root + '/app/assets/' + path
end