Sha256: 49a1bcbfe989610735d4a642a459f44cdb5a03547f8d478ac1edb66d228af104

Contents?: true

Size: 331 Bytes

Versions: 1

Compression:

Stored size: 331 Bytes

Contents

# frozen_string_literal: true

module Decidim
  module Lausanne
    module Budgets
      # 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
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
decidim-lausanne-budgets-0.1.0 app/commands/decidim/lausanne/budgets/command.rb