nekomaho/task-controller

View on GitHub
app/controllers/top_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Top Controller for static pages
class TopController < ApplicationController
  def index
    render layout: 'top'
  end
end