rtopitt/bolao2014

View on GitHub
app/controllers/dashboard_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class DashboardController < ApplicationController

  skip_before_action :require_login, only: [:index]

  # GET /
  # Via: root_path
  def index
  end

end