module Truefactor::Helper
Public Instance Methods
link_to_truefactor()
click to toggle source
# File lib/truefactor/helper.rb, line 3 def link_to_truefactor link_to(truefactor_path) do image_tag 'https://truefactor.io/signin.png' end end