class OkComputer::DefaultCheck
Public Instance Methods
check()
click to toggle source
Public: Check
that Rails can render anything at all
# File lib/ok_computer/built_in_checks/default_check.rb, line 4 def check mark_message "Application is running" end