Class: Decidim::ExtraUserFields::AdminEngine

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

Overview

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

Constant Summary collapse

DEFAULT_EXPORT_FORMATS =
%w(CSV JSON Excel).freeze

Instance Method Summary collapse

Instance Method Details

#load_seedObject



35
36
37
# File 'lib/decidim/extra_user_fields/admin_engine.rb', line 35

def load_seed
  nil
end