Test

Ruby code posted by test
created at 25 Jun 06:49

Edit | Back
1
2
3
4
5
6
7
8
  def population
    @cities = City.find(:all)
    @population_data_link = formatted_population_reports_url(:xml)
    respond_to do |format|
      format.html
      format.xml  { render :action => "population.xml.builder", :layout => false }
    end
  end
262 Bytes in 4 ms with coderay