volontariat/voluntary

View on GitHub
app/controllers/workflow/user_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Workflow::UserController < ApplicationController
  before_action :authenticate_user!
  
  def index
    @hide_sidebar = true
  end
end