Skip to content

Instantly share code, notes, and snippets.

@yorzi
Created June 12, 2012 12:56
Show Gist options
  • Save yorzi/2917337 to your computer and use it in GitHub Desktop.
Save yorzi/2917337 to your computer and use it in GitHub Desktop.
dummy_image_helper.rb
module DummyImageHelper
def dummy_image wxh
image_tag "http://dummyimage.com/#{wxh}/999/eee.png",size: wxh
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment