9 lines
85 B
Ruby
Executable File
9 lines
85 B
Ruby
Executable File
class HomeController < ApplicationController
|
|
def index
|
|
end
|
|
def dev
|
|
|
|
end
|
|
|
|
end
|