techvision/brails4

View on GitHub
app/controllers/home_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class HomeController < ApplicationController
  before_filter :authenticate_user!

  def dashboard
  end
end