Module: Fastentry
- Defined in:
- lib/fastentry.rb,
lib/fastentry/engine.rb,
lib/fastentry/version.rb,
app/jobs/fastentry/application_job.rb,
app/models/fastentry/application_record.rb,
app/helpers/fastentry/application_helper.rb,
app/mailers/fastentry/application_mailer.rb,
app/controllers/fastentry/cache_controller.rb,
app/controllers/fastentry/stats_controller.rb,
app/controllers/fastentry/dashboard_controller.rb,
app/controllers/fastentry/application_controller.rb
Defined Under Namespace
Modules: ApplicationHelper Classes: ApplicationController, ApplicationJob, ApplicationMailer, ApplicationRecord, Cache, CacheController, DalliCache, DashboardController, DefaultCache, Engine, MemcacheCache, RedisCache, StatsController
Constant Summary collapse
- VERSION =
'0.1.15'
Class Method Summary collapse
Class Method Details
.cache ⇒ Object
109 110 111 |
# File 'lib/fastentry.rb', line 109 def self.cache @cache ||= Cache.for(Rails.cache) end |