Class: Decidim::Elections::AdminEngine

Inherits:
Rails::Engine
  • Object
show all
Defined in:
decidim-elections/lib/decidim/elections/admin_engine.rb

Overview

This is the engine that runs on the public interface of ‘Elections`.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.participatory_space_endpointsObject



49
50
51
# File 'decidim-elections/lib/decidim/elections/admin_engine.rb', line 49

def self.participatory_space_endpoints
  [:trustees]
end

Instance Method Details

#load_seedObject



75
76
77
# File 'decidim-elections/lib/decidim/elections/admin_engine.rb', line 75

def load_seed
  nil
end