Sha256: 6cf9ab9d493da064366fcf5e5cab610cd53bec251365b439397afbbbec9dd80c
Contents?: true
Size: 306 Bytes
Versions: 1
Compression:
Stored size: 306 Bytes
Contents
# module RmagickCaptcha module ViewAdditions # ::Rails.logger.error("...") # # def rmagick_captcha_tag(options = {}) options = ::RmagickCaptcha.options.merge(options) image_tag("/#{options[:controller]}/#{options[:action]}?id=#{options[:id]}") end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rmagick_captcha-0.6.2 | lib/rmagick_captcha/view_additions.rb |