Module: Modulorails::ApplicationHelper

Defined in:
app/helpers/modulorails/application_helper.rb

Overview

Author:

  • Matthieu CIAPPARA <ciappa_m@modulotech.fr>

Instance Method Summary collapse

Instance Method Details

#powered_byObject



3
4
5
6
7
# File 'app/helpers/modulorails/application_helper.rb', line 3

def powered_by
  link_to('https://www.modulotech.fr/', target: '_blank', class: 'modulolink') do
    raw("Powered by modulo<span>Tech</span>")
  end
end