5 lines
70 B
Ruby
5 lines
70 B
Ruby
|
class WelcomeController < ApplicationController
|
||
|
def index
|
||
|
end
|
||
|
end
|