gsprenger/sustainabilitychecker

View on GitHub
app/controllers/app_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AppController < ApplicationController
  layout 'app'
  def app
    @inapp = true
    render 'app/app'
  end
end