breakthroughmenscommunity/bmc

View on GitHub
app/controllers/my_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class MyController < ApplicationController
  def index
    redirect_to my_profile_path
  end
end