class TrustyCms::AdminUI::RegionPartials
def initialize(template)
def initialize(template) @partials = Hash.new { |h, k| h[k] = "<strong>`#{k}' default partial not found!</strong>" } @template = template end
def initialize(template) @partials = Hash.new { |h, k| h[k] = "<strong>`#{k}' default partial not found!</strong>" } @template = template end