Louis | Change copy to make actions more clear

This commit is contained in:
Loos
2014-09-23 21:23:32 -04:00
parent 5bfe7365ae
commit f033485c48
4 changed files with 6 additions and 7 deletions
@@ -1,3 +1,4 @@
class StaticPagesController < ApplicationController
before_action :authenticate_user!
def home; end
end