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

Version Path
decidim-decidim_awesome-0.10.3 app/commands/decidim/decidim_awesome/command.rb
decidim-decidim_awesome-0.10.2 app/commands/decidim/decidim_awesome/command.rb
decidim-decidim_awesome-0.10.1 app/commands/decidim/decidim_awesome/command.rb
decidim-decidim_awesome-0.10.0 app/commands/decidim/decidim_awesome/command.rb
decidim-decidim_awesome-0.9.3 app/commands/decidim/decidim_awesome/command.rb
decidim-decidim_awesome-0.9.1 app/commands/decidim/decidim_awesome/command.rb