Module: ActionController
- Defined in:
- lib/nimbleshop/core_ext/force_ssl.rb
Overview
Rails’s version of force_ssl does not force ssl in development environment.
In this monkey patch that constraint has been removed. Notice the ‘#’ before &&. The only code added was that single ‘#’
Defined Under Namespace
Modules: ForceSSL