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
I am trying to add a controller that doesn't need authentication to this example, but I cannot access it, because 'require_user' is fired off somewhere down the path. I cannot figure out if I'm missing something. I even added 'before_filter :require_no_user', but that doesn't help.
Please let me know,
Thanks
The text was updated successfully, but these errors were encountered:
I am trying to add a controller that doesn't need authentication to this example, but I cannot access it, because 'require_user' is fired off somewhere down the path. I cannot figure out if I'm missing something. I even added 'before_filter :require_no_user', but that doesn't help.
Please let me know,
Thanks
The text was updated successfully, but these errors were encountered: