webrat/spec/integration/rails/app/controllers/webrat_controller.rb
2008-12-29 01:30:26 -05:00

10 lines
120 B
Ruby

class WebratController < ApplicationController
def form
end
def submit
render :text => "OK"
end
end