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