module Pfm::Generator::TemplateHelper
def self.delegate_to_app_context(name)
def self.delegate_to_app_context(name) define_method(name) do Pfm::Generator.context.public_send(name) end end
def year
def year Time.now.year end
def self.delegate_to_app_context(name) define_method(name) do Pfm::Generator.context.public_send(name) end end
def year Time.now.year end