4 lines
66 B
4 lines
66 B
3 years ago
|
class TestController < ApplicationController
|
||
|
def index; end
|
||
|
end
|