6 lines
98 B
Ruby
6 lines
98 B
Ruby
class WelcomeController < ApplicationController
|
|
skip_authorization_check
|
|
|
|
def index
|
|
end
|
|
end
|