Class: NetzplanMicroFrontend::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- NetzplanMicroFrontend::Generators::InstallGenerator
- Defined in:
- lib/generators/netzplan_micro_frontend/install/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#install ⇒ Object
4 5 6 7 8 |
# 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 |