added the basic components to begin working on the pay index view

This commit is contained in:
cktricky
2014-03-15 10:28:52 -04:00
parent a06788ff58
commit 7a4efaa950
4 changed files with 18 additions and 1 deletions
+5
View File
@@ -1,2 +1,7 @@
class PayController < ApplicationController
def index
end
end