7 lines
74 B
Ruby
7 lines
74 B
Ruby
class WelcomeController < ApplicationController
|
|
|
|
def index
|
|
end
|
|
|
|
end
|