ujh/fountainpencompanion

View on GitHub
app/controllers/dashboards_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class DashboardsController < ApplicationController
  before_action :authenticate_user!

  def show
  end
end