Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Update show.html.erb #244

Open
wants to merge 2 commits into
base: 2-4-stable
Choose a base branch
from
Open

Conversation

arcasys
Copy link

@arcasys arcasys commented Mar 11, 2018

'&&' is not appropriate as an operator here (if both operands are nil the result is "expression".
Use '&' or 'and' instead.
Please also check newer code for inappropriate '&&' usage,

'&&' is not appropriate as an operator here (if both operands are nil the result is "expression".
Use '&' or 'and' instead.
Please also check newer code for inappropriate '&&' usage,
This should work as expected (while '&' obviously won't, beeing a bitwise operator).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant