Storm/app/controllers/welcome_controller.rb
2017-07-14 08:23:40 -05:00

7 lines
118 B
Ruby

# WelcomeController
class WelcomeController < ApplicationController
layout('unauthenticated')
def index; end
end