You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the method_missing block in helpers.rb, all non-existent variables or method calls are silently ignored. Globally. That's worthy of a facepalm. ;)
The text was updated successfully, but these errors were encountered:
Because of the
method_missing
block inhelpers.rb
, all non-existent variables or method calls are silently ignored. Globally. That's worthy of a facepalm. ;)The text was updated successfully, but these errors were encountered: