mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-20 05:51:11 +02:00
4 lines
82 B
Ruby
4 lines
82 B
Ruby
class UsersController < ApplicationController
|
|
before_action :login_required
|
|
end
|