Created
December 9, 2015 21:41
-
-
Save rounders/595d62a4896f779edbb3 to your computer and use it in GitHub Desktop.
phantomjs problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AccountSerializer = ActiveModelSerializer.extend | |
attrs: | |
defaultPreferences: | |
serialize: false | |
subscribed: | |
serialize: false | |
cancelled: | |
serialize: false | |
defaultPreferences: | |
serialize: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
accidentally duplicating defaultPreferences above caused all my phantomsjs tests to fail with 'Syntax Error'