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
You most likely will get a 406 Not Acceptable error - check your server console and you will see ActionController talking about UnknownFormat for your controller.
100
106
1. Now modify your KittenController's `#index` method to `#respond_to` JSON and render the proper variables.
101
-
1. Test it out by making sure your RestClient calls return the proper JSON strings, e.g.:
107
+
1. Test it out by making sure your HTTParty calls return the proper JSON strings, e.g.:
0 commit comments