add characters index page
This commit is contained in:
3
app/controllers/protected_controller.rb
Normal file
3
app/controllers/protected_controller.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class ProtectedController < ApplicationController
|
||||
before_action :authenticate_user!
|
||||
end
|
||||
Reference in New Issue
Block a user