Sha256: c17d01f218bd5fd502db3d9b61e18c3bf7e6e2bfe1b711050b97e2dd65bf1e19
Contents?: true
Size: 294 Bytes
Versions: 6
Compression:
Stored size: 294 Bytes
Contents
# frozen_string_literal: true module Decidim module DecidimAwesome # maintains compatibility with v0.26 which uses Rectify if defined? ::Decidim::Command class Command < ::Decidim::Command end else class Command < ::Rectify::Command end end end end
Version data entries
6 entries across 6 versions & 1 rubygems