strawberrycanyon/redeemify

View on GitHub
app/controllers/providers_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ProvidersController < ApplicationController
  include OfferorActions
  before_action :require_login
  
  def index
  end

  def show
  end

  def edit
  end
end