shuoyao/BirdGo

View on GitHub
app/controllers/intro_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class IntroController < ApplicationController
    def show
        render "intro.html"
    end
end