gorums/WatchIoT

View on GitHub
app/helpers/home_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module HomeHelper
  def docs_url
    ENV['DOCS_URL']
  end
end