fastladder/fastladder

View on GitHub
app/controllers/contents_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ContentsController < ApplicationController
  before_action :login_required
  layout false

  def guide
  end

  def configure
  end

  def manage
  end
end