remove features page

This commit is contained in:
Lee Lawlor
2014-11-06 17:07:13 -05:00
parent e3030ff65c
commit 494c6affec
9 changed files with 12 additions and 32 deletions

View File

@ -8,10 +8,6 @@ class PagesController < ApplicationController
def social_home; ; end
def features
@menu = 'features'
end
def about
@menu = 'about'
end