To Examples

GetVsPost Example

Source code file: ClientServer/app/views/application.html.erb:

<!DOCTYPE html>
<html lang="en">
<head>
  <title>ClientServer Example</title>
  <%= stylesheet_link_tag "application", :media => "all" %>
</head>
<body>
  <h2>ClientServer Example</h2>
  <h3><%= @location %> View</h3>
  <%= yield %>
</body>
</html>