Module: Modulorails::ApplicationHelper
- Defined in:
- app/helpers/modulorails/application_helper.rb
Overview
Instance Method Summary collapse
Instance Method Details
#powered_by ⇒ Object
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 |