Skip to content

Commit

Permalink
4.1 Hello, Rails!
Browse files Browse the repository at this point in the history
add hello action template
  • Loading branch information
kyanny committed Jan 19, 2010
1 parent b2b0bec commit fb5daf7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions demo/app/views/say/hello.html.erb
@@ -0,0 +1,8 @@
<html>
<head>
<title>Hello, Rails!</title>
</head>
<body>
<h1>Railsからこんにちは!</h1>
</body>
</html>

0 comments on commit fb5daf7

Please sign in to comment.