educoder/app/controllers/cooperation_controller.rb

8 lines
77 B
Ruby
Raw Normal View History

2017-04-07 10:16:13 +08:00
class CooperationController < ApplicationController
def index
end
end