module Pfm::Validator::TemplateHelper

def self.delegate_to_app_context(name)

def self.delegate_to_app_context(name)
  define_method(name) do
    Pfm::Validator.context.public_send(name)
  end
end

def year

def year
  Time.now.year
end