at first looks like the old problem of rails reloading the classes and not recognizing the objects in memory anymore. try set "config.cache_classes" to true in your development.rb file or run in production mode.
at first looks like the old problem of rails reloading the classes and not recognizing the objects in memory anymore. try set "config.cache_classes" to true in your development.rb file or run in production mode.