volontariat/voluntary_scholarship

View on GitHub
app/controllers/product/scholarship_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Product::ScholarshipController < ApplicationController
  include ::Scholarship::BaseController
  
  def index
  end
end