Sha256: 21b41e806e89ba122f97c24b6d923f8fb1a3bf197e35cbb9c49c15bc2e020d16
Contents?: true
Size: 254 Bytes
Versions: 12
Compression:
Stored size: 254 Bytes
Contents
# -*- encoding : utf-8 -*- class CommonCssPatch < Cardio::Migration::Core def up dir = File.join data_path, "1.12_stylesheets" card = Card["style: common"] card.update! content: File.read("#{dir}/common.scss") if card&.pristine? end end
Version data entries
12 entries across 12 versions & 1 rubygems