Sha256: 640f7b6d029695cc2e21f03a1082424a4c1862443bdf1f10129c308153c587fc
Contents?: true
Size: 274 Bytes
Versions: 28
Compression:
Stored size: 274 Bytes
Contents
# frozen_string_literal: true require "rails/dev_caching" module Rails module Command class DevCommand < Base # :nodoc: desc "cache", "Toggle development mode caching on/off" def cache Rails::DevCaching.enable_by_file end end end end
Version data entries
28 entries across 28 versions & 4 rubygems