bibendi/twinkle

View on GitHub
app/controllers/roots_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class RootsController < ApplicationController
  skip_before_action :authenticate

  def show
  end
end