module PrintsHelper def record_print(printable,options={}) options.reverse_merge!({ :remote => true }) if options[:remote] ''.html_safe end end end