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



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

def powered_by
  link_to('https://www.modulotech.fr/', target: '_blank', class: 'modulolink', rel: 'noopener') do
    safe_join(['Powered by modulo', (:span, 'Tech')])
  end
end