jcleary/blade

View on GitHub
app/controllers/tests_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class TestsController < ApplicationController
  load_and_authorize_resource :project
  load_and_authorize_resource

  def index
  end 

  def show
  end
end