webrat/spec/integration/merb/app/controllers/testing.rb
2008-12-29 02:10:05 -05:00

10 lines
97 B
Ruby

class Testing < Application
def show_form
render
end
def submit_form
end
end