95-733 Internet Technologies
52
Enter The View
1.Select SebestaProject1/Views/Say
2.Right Click
3.New RHTML file
4.File name hello.rhtml

<html>
   <body>
      <b>Ruby says "Yo Mike".</b>
      <%a = 32%>Ruby is <%=a%> degrees cool.
   </body>
</html>