rugby-board/rugby-board

View on GitHub
app/helpers/auth_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module AuthHelper
  def token
    ENV["ADMIN_TOKEN"] || "12ffbb6"
  end
end