11 lines
128 B
Ruby
11 lines
128 B
Ruby
|
#added by baiyu
|
||
|
class GitUsageController < ApplicationController
|
||
|
def ch_usage
|
||
|
|
||
|
end
|
||
|
|
||
|
def en_usage
|
||
|
|
||
|
end
|
||
|
end
|
||
|
#end
|