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