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
When I try to do sms_fu.deliver on the rails console, I get the follow error:
"NameError: uninitialized constant RAILS_ROOT"
After checking around, it seems that RAILS_ROOT was deprecated to Rails_root but that change is already present in the master code on Github so I'm not sure why I'm still getting that error.
The text was updated successfully, but these errors were encountered:
When I try to do sms_fu.deliver on the rails console, I get the follow error:
"NameError: uninitialized constant RAILS_ROOT"
After checking around, it seems that RAILS_ROOT was deprecated to Rails_root but that change is already present in the master code on Github so I'm not sure why I'm still getting that error.
The text was updated successfully, but these errors were encountered: