forked from bofh/fetsite
9 lines
85 B
Ruby
9 lines
85 B
Ruby
class HomeController < ApplicationController
|
|
def index
|
|
end
|
|
def dev
|
|
|
|
end
|
|
|
|
end
|