setting up first view

This commit is contained in:
2015-10-03 06:38:11 +02:00
parent c7a2fbe62c
commit af827b7e77
13 changed files with 37 additions and 85 deletions
+5
View File
@@ -0,0 +1,5 @@
class SupportersController < ApplicationController
def new
@supporter = Supporter.new
end
end