setting up first view
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class SupportersController < ApplicationController
|
||||
def new
|
||||
@supporter = Supporter.new
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user