mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-26 06:37:17 +10:00
4 lines
68 B
Ruby
4 lines
68 B
Ruby
class HelloController < ApplicationController
|
|
def index
|
|
end
|
|
end
|