MakersNetwork/agenda-saude

View on GitHub
app/controllers/operator/base.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Operator
  class Base < ApplicationController
    before_action :authenticate_user!
  end
end