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