Sha256: e059933520a7c6fe829e9962fb0afc38b09183ba09fa9524a2d18c65edc74529
Contents?: true
Size: 324 Bytes
Versions: 17
Compression:
Stored size: 324 Bytes
Contents
# -*- encoding : utf-8 -*- class ResponsiveSidebar < Cardio::Migration::Core def up if (layout = Card.fetch "Default Layout") && layout.updater.id == Card::WagnBotID new_content = layout.db_content.gsub "<body>", '<body class="right-sidebar">' layout.update! content: new_content end end end
Version data entries
17 entries across 17 versions & 1 rubygems