ugtastic/uglst

View on GitHub
app/controllers/happy/hello_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true
module Happy
  class HelloController < ApplicationController
    layout 'happy'

    def badge
    end
  end
end