Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
just checkin'
Browse files Browse the repository at this point in the history
  • Loading branch information
mamhoff committed Dec 2, 2013
1 parent 9bd4b2f commit bdb56ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp

# Ignore database.yaml
/config/database.yaml
7 changes: 4 additions & 3 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

<div class="container">
<%= yield %>
<%= debug(params) if Rails.env.development? %>
</div>
</body>
</html>
2 changes: 2 additions & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
get "static_pages/home"
get "static_pages/imprint"
get "static_pages/boat"

# resources :admins
# The priority is based upon order of creation: first created -> highest priority.
# See how all your routes lay out with "rake routes".

Expand Down

0 comments on commit bdb56ab

Please sign in to comment.