- Code: Select all
return if ENV['SECRETS'].blank? ||
request.ip == 'test'
But when I open/view the file in anything else, the code looks as follows:
- Code: Select all
return if ENV['SECRETS'].blank? ||
request.ip == 'test'
The line alignment does not match up.
Would you know why that's happening?
Thanks in advance!