6 lines
68 B
Ruby
6 lines
68 B
Ruby
|
class MainController < ApplicationController
|
||
|
def index
|
||
|
end
|
||
|
|
||
|
end
|