mirror of
https://github.com/czhu12/canine.git
synced 2025-12-20 02:10:05 -06:00
5 lines
69 B
Ruby
5 lines
69 B
Ruby
class StaticController < ApplicationController
|
|
def index
|
|
end
|
|
end
|