# File lib/merb-gen/helpers.rb, line 17
  def interpolate_path(path)
    path.gsub(/%([^\}]*)%/) {|x| assigns[$1.to_sym]}
  end