moving in the right direction

This commit is contained in:
Ken Johnson
2013-05-24 19:51:09 -04:00
parent b1b378f451
commit 96e0095878
7 changed files with 27 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
class RetirementController < ApplicationController
def index
@info = current_user.retirement
end
end