Created
November 25, 2011 01:20
ActiveRecord::AssociationTypeMismatch in Admin::UsersController#update
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
ActiveRecord::AssociationTypeMismatch in Admin::UsersController#update | |
Channel(#2159242420) expected, got Channel(#2169779660) | |
only happens in dev, goes away if "config.cache_classes = true" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's actually happening in an active_admin controller so would be using it's default stuff.
It was bugging me, but i've moved on now. Just one of those annoyances.