4 lines
90 B
Ruby
4 lines
90 B
Ruby
|
class ProfileController < ApplicationController
|
||
|
before_action :authenticate_user!
|
||
|
|
||
|
end
|