Class: Suspenders::Production::ForceTlsGenerator
- Inherits:
-
Generators::Base
- Object
- Rails::Generators::Base
- Generators::Base
- Suspenders::Production::ForceTlsGenerator
- Defined in:
- lib/suspenders/generators/production/force_tls_generator.rb
Instance Method Summary collapse
Methods inherited from Generators::Base
Methods included from Actions
#action_mailer_asset_host, #action_mailer_host, #configure_environment, #expand_json, #replace_in_file
Instance Method Details
#config_enforce_ssl ⇒ Object
6 7 8 |
# File 'lib/suspenders/generators/production/force_tls_generator.rb', line 6 def config_enforce_ssl configure_environment "production", "config.force_ssl = true" end |