Module: Cybele::Helpers::BasicAuthentication
- Included in:
- AppBuilder
- Defined in:
- lib/cybele/helpers/basic_authentication.rb
Instance Method Summary collapse
Instance Method Details
#configure_basic_authentication ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/cybele/helpers/basic_authentication.rb', line 6 def configure_basic_authentication create_basic_authentication_files add_to_settings_yml add_to_dotenv_files include_basic_authentication_module configure_app_name(['config/settings.yml']) end |