Skip to content

Instantly share code, notes, and snippets.

View candland's full-sized avatar

Dusty Candland candland

View GitHub Profile
@candland
candland / default_image_fu.rb
Created March 8, 2011 01:11
Image Fu Helper w/ Default
def default_image_fu image, default_image_path, geometry=nil, options={}
if image.present?
image_fu image, geometry, options
else
image_tag default_image_path
end
end
dusty-mac:functionalmockups dustycandland$ nodester appnpm install express
nodester info Checking config..
nodester ERRO no packages to install