EvoBal/app/controllers/application_controller.rb

6 lines
95 B
Ruby
Raw Normal View History

2020-10-17 12:16:28 +02:00
class ApplicationController < ActionController::Base
2021-01-06 23:27:50 +01:00
before_action :authenticate_user!
2020-10-17 12:16:28 +02:00
end