Sha256: 5a741f752e7829b94c29190dcee646737dabc37b4d186918367c58170ab1e7ce
Contents?: true
Size: 515 Bytes
Versions: 1
Compression:
Stored size: 515 Bytes
Contents
# coding: utf-8 module MeurioUi module ViewHelpers def meurio_header_for app @app = app render file: 'meurio_ui/meurio_header' end def application_name app return "Ação em Rede" if app == :mr20 return "Panela de Pressão" if app == :pdp return "Imagine" if app == :imagine return "Faça Acontecer" if app == :apoie return "De Olho" if app == :deolho return "De Guarda" if app == :deguarda end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
meurio_ui-1.2.2 | lib/meurio_ui/view_helpers.rb |