class DjCopyrightTool::Renderer
Public Class Methods
copyright(name, msg)
click to toggle source
# File lib/dj_copyright_tool/renderer.rb, line 4 def self.copyright name, msg "© #{Time.now.year} | <strong>#{name}</strong> #{msg}".html_safe end