Sha256: cfb3a4009fb80289f1d18459b59ce2d4d5297d662d37d50e2fc04d8b3184b7ff
Contents?: true
Size: 260 Bytes
Versions: 14
Compression:
Stored size: 260 Bytes
Contents
module EasyCaptcha # helper class for ActionView module ViewHelpers # generate an image_tag for captcha image def captcha_tag(*args) options = args.extract_options! image_tag(captcha_path(:i => Time.now.to_i), options) end end end
Version data entries
14 entries across 14 versions & 1 rubygems