4 lines
93 B
Ruby
4 lines
93 B
Ruby
|
class ApplicationController < ActionController::Base
|
||
|
before_action :authenticate_user!
|
||
|
end
|