Sha256: 318b4845ff3ad433800637fa028ec29f748f280e72755c0f9e51582ee06d3b4c

Contents?: true

Size: 110 Bytes

Versions: 2

Compression:

Stored size: 110 Bytes

Contents

class HelloController < ApplicationController
  def world
    render :plain => "anybody out there?"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
route_downcaser-1.2.2 test/rails421/app/controllers/hello_controller.rb
route_downcaser-1.2.1 test/rails421/app/controllers/hello_controller.rb