3 lines
No EOL
85 B
Ruby
3 lines
No EOL
85 B
Ruby
class UsersController < ApplicationController
|
|
before_action :authenticate_user!
|
|
end |