clairelee/directable

View on GitHub
app/controllers/home_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class HomeController < ApplicationController
  skip_before_filter :require_login
  def show
  end
end