module Erubis::Helpers::RailsFormHelper

def pp_country_select(object, method, priority_countries=nil, options={}, html_options={})

def pp_country_select(object, method, priority_countries=nil, options={}, html_options={})
  collection = ActionView::Helpers::FormOptionsHelper::COUNTRIES
  return _pp_select(object, method, collection, priority_countries, options, html_options)
end