Method: Cyborg::Plugin#asset_path

Defined in:
lib/cyborg/plugin.rb

#asset_path(file = nil) ⇒ Object



129
130
131
132
133
# File 'lib/cyborg/plugin.rb', line 129

def asset_path(file=nil)
  dest = destination
  dest = File.join(dest, file) if file
  dest
end