4 lines
66 B
Ruby
4 lines
66 B
Ruby
class CguController < ApplicationController
|
|
def index
|
|
end
|
|
end
|