class RorVsWild::Plugin::RailsCache
def start(name, id, payload)
def start(name, id, payload) RorVsWild::Section.start do |section| section.commands << name.split(".")[0].delete_prefix("cache_") section.kind = "cache" end end
def start(name, id, payload) RorVsWild::Section.start do |section| section.commands << name.split(".")[0].delete_prefix("cache_") section.kind = "cache" end end