changelog shortlog tags changeset manifest revisions annotate raw

app/controllers/home_controller.rb

changeset 3: 584d445b6069
author: moriq@moriq.com
date: Wed Mar 05 01:14:31 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: add controller home.
1class HomeController < ApplicationController
2
3 def index
4 end
5end