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



145
146
147
# File 'lib/conjoin/assets.rb', line 145

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