3bb1b98b0e
Previous code wasn't working as intended because it was parsed as (bad_keys = (access_key or secret_key)) and !use_iam_profile because of Ruby's operator precedence: `=` binds more eagerly than `and`. http://ruby-doc.org/core-2.3.1/doc/syntax/precedence_rdoc.html See also: https://github.com/bbatsov/ruby-style-guide#no-and-or-or |
||
---|---|---|
.. | ||
assets | ||
controllers | ||
helpers | ||
jobs | ||
mailers | ||
models | ||
serializers | ||
services | ||
views |