codeRIT/hackathon_manager

View on GitHub
app/models/hackathon_config.rb

Summary

Maintainability
A
0 mins
Test Coverage
# RailsSettings Model
class HackathonConfig < RailsSettings::Base
  source Rails.root.join("config/app.yml")

  # When config/app.yml has changed, you need change this prefix to v2, v3 ... to expires caches
  # cache_prefix { "v1" }
end