class Decidim::Elections::AdminEngine

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

Public Class Methods

participatory_space_endpoints() click to toggle source
# File lib/decidim/elections/admin_engine.rb, line 49
def self.participatory_space_endpoints
  [:trustees]
end

Public Instance Methods

load_seed() click to toggle source
# File lib/decidim/elections/admin_engine.rb, line 72
def load_seed
  nil
end