ga-wdi-boston / rails-summative-advanced

Build and deploy a working Rails app (with relationships), from start to finish.
0 stars 19 forks source link

In Serializers #18

Closed dhuddell closed 8 years ago

dhuddell commented 9 years ago

gem "active_model_serializers", github: "rails-api/active_model_serializers"``

--this is the code snippet, looks like the you started it with 1 backtick and ended with 3. Will likely mess a few people up.

Improved:

gem "active_model_serializers", github: "rails-api/active_model_serializers"

GA-MEB commented 8 years ago

We're changing up how we load the gem. Closing this issue.