Module: Truefactor::Helper

Defined in:
lib/truefactor/helper.rb

Instance Method Summary collapse

Instance Method Details



3
4
5
6
7
# 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