Skip to content

Commit

Permalink
groupy branch: whoops. still need those routes for drop down menu
Browse files Browse the repository at this point in the history
  • Loading branch information
herestomwiththeweather committed Feb 21, 2011
1 parent b1846d2 commit 609c476
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/home/about.html.erb
@@ -0,0 +1 @@
<%= display global_prefs.about %>
1 change: 1 addition & 0 deletions app/views/home/contact.html.erb
@@ -0,0 +1 @@
<%= display global_prefs.contact %>
1 change: 1 addition & 0 deletions app/views/home/practice.html.erb
@@ -0,0 +1 @@
<%= display global_prefs.practice %>
1 change: 1 addition & 0 deletions app/views/home/questions.html.erb
@@ -0,0 +1 @@
<%= display global_prefs.questions %>
1 change: 1 addition & 0 deletions app/views/home/steps.html.erb
@@ -0,0 +1 @@
<%= display global_prefs.steps %>
5 changes: 5 additions & 0 deletions config/routes.rb
Expand Up @@ -85,6 +85,11 @@
map.logout '/logout', :controller => 'person_sessions', :action => 'destroy'
map.home '/', :controller => 'home'
map.refreshblog '/refreshblog', :controller => 'feed_posts', :action => 'refresh_blog'
map.about '/about', :controller => 'home', :action => 'about'
map.practice '/practice', :controller => 'home', :action => 'practice'
map.steps '/steps', :controller => 'home', :action => 'steps'
map.questions '/questions', :controller => 'home', :action => 'questions'
map.contact '/contact', :controller => 'home', :action => 'contact'
map.agreement '/agreement', :controller => 'home', :action => 'agreement'

map.admin_home '/admin/home', :controller => 'home'
Expand Down

0 comments on commit 609c476

Please sign in to comment.