Created
June 12, 2012 12:56
-
-
Save yorzi/2917337 to your computer and use it in GitHub Desktop.
dummy_image_helper.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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