ck3g/homebugh

View on GitHub
app/controllers/welcome_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class WelcomeController < ApplicationController
  layout "welcome"

  def index
  end

  def cookiepolicy
  end
end