Sha256: 3db3eebd835b815f791fe5786abf75192fa87f91c49cc7fc7385cef41a9acc7a

Contents?: true

Size: 256 Bytes

Versions: 2

Compression:

Stored size: 256 Bytes

Contents

# RailsSettings Model
class HackathonConfig < RailsSettings::Base
  source HackathonManager::Engine.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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hackathon_manager-0.14.1 app/models/hackathon_config.rb
hackathon_manager-0.14.0 app/models/hackathon_config.rb