Created
March 2, 2010 20:36
-
-
Save rbarazi/319910 to your computer and use it in GitHub Desktop.
[Beginning Rails 3] Listing 2-3. The app/views/salutation/hello.html.erb File
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<h1><%= @message %></h1> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I know this might seem like a dumb question but I am quite new to this. How would I go about creating this hello.html.erb file under salutation? I managed to create the file itself but I can't open it to write the code.