Sha256: e52a73bf72001b105f5d63351a67645805929a06abbdb0170b0e542460429a68
Contents?: true
Size: 348 Bytes
Versions: 121
Compression:
Stored size: 348 Bytes
Contents
# frozen_string_literal: true require "rails/dev_caching" module Rails module Command class DevCommand < Base # :nodoc: no_commands do def help say "rails dev:cache # Toggle development mode caching on/off." end end def cache Rails::DevCaching.enable_by_file end end end end
Version data entries
121 entries across 114 versions & 11 rubygems