Files
ch420/app/controllers/supporters_controller.rb
T

6 lines
102 B
Ruby
Raw Normal View History

2015-10-03 06:38:11 +02:00
class SupportersController < ApplicationController
def new
@supporter = Supporter.new
end
end