levent/agileista

View on GitHub
app/controllers/about_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AboutController < ApplicationController
  def index
    redirect_to projects_path if person_signed_in? && request.path != "/about"
  end
end