Files
ch420/app/controllers/supporters_controller.rb
T
2015-10-03 06:38:11 +02:00

6 lines
102 B
Ruby

class SupportersController < ApplicationController
def new
@supporter = Supporter.new
end
end