jcleary/blade

View on GitHub
app/controllers/projects_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ProjectsController < ApplicationController
  load_and_authorize_resource

  def index
  end 

  def show
  end
end