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



33
34
35
# File 'lib/decidim/extra_user_fields/admin_engine.rb', line 33

def load_seed
  nil
end