Skip to content

Instantly share code, notes, and snippets.

@rbarazi
Created March 2, 2010 20:36
Show Gist options
  • Save rbarazi/319910 to your computer and use it in GitHub Desktop.
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
<html>
<body>
<h1><%= @message %></h1>
</body>
</html>
@R-Esparza
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment