socialforge/app/controllers/git_usage_controller.rb

12 lines
148 B
Ruby
Raw Normal View History

#added by baiyu
class GitUsageController < ApplicationController
layout "new_base"
def ch_usage
end
def en_usage
end
end
#end