preston/bittorious

View on GitHub
app/controllers/volunteers_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class VolunteersController < ApplicationController

    skip_before_action :authenticate_user!

    def index
        
    end

end