class NetzplanMicroFrontend::Generators::InstallGenerator

Public Instance Methods

install() click to toggle source
# File lib/generators/netzplan_micro_frontend/install/install_generator.rb, line 4
def install
  generate "netzplan_micro_frontend:install_asset_structure"
  generate "netzplan_micro_frontend:install_user_rights"
  generate "netzplan_micro_frontend:install_file_types"
end