Created
June 7, 2010 18:03
-
-
Save flazz/428967 to your computer and use it in GitHub Desktop.
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
NoMethodError: undefined method `auto_generate_validations' for SubmittedSip:Class | |
/Library/Ruby/Gems/1.8/gems/dm-core-1.0.0.rc3/lib/dm-core/model/relationship.rb:373:in `method_missing' | |
/Library/Ruby/Gems/1.8/gems/dm-core-1.0.0.rc3/lib/dm-core/model/property.rb:288:in `method_missing' | |
/Library/Ruby/Gems/1.8/gems/dm-validations-1.0.0.rc3/lib/dm-validations.rb:42:in `new' | |
/Library/Ruby/Gems/1.8/gems/dm-core-1.0.0.rc3/lib/dm-core/model/property.rb:84:in `property' | |
/Library/Ruby/Gems/1.8/gems/dm-core-1.0.0.rc3/lib/dm-core/associations/many_to_one.rb:59:in `source_key' | |
/Library/Ruby/Gems/1.8/gems/dm-core-1.0.0.rc3/lib/dm-core.rb:283:in `repository' | |
/Library/Ruby/Gems/1.8/gems/dm-core-1.0.0.rc3/lib/dm-core/repository.rb:114:in `scope' | |
/Library/Ruby/Gems/1.8/gems/dm-core-1.0.0.rc3/lib/dm-core.rb:283:in `repository' | |
/Library/Ruby/Gems/1.8/gems/dm-core-1.0.0.rc3/lib/dm-core/associations/many_to_one.rb:57:in `source_key' | |
/Library/Ruby/Gems/1.8/gems/dm-core-1.0.0.rc3/lib/dm-core/associations/many_to_one.rb:52:in `map' | |
/Library/Ruby/Gems/1.8/gems/dm-core-1.0.0.rc3/lib/dm-core/associations/many_to_one.rb:52:in `source_key' | |
/Library/Ruby/Gems/1.8/gems/dm-core-1.0.0.rc3/lib/dm-core/associations/relationship.rb:543:in `valid_source?' | |
/Library/Ruby/Gems/1.8/gems/dm-core-1.0.0.rc3/lib/dm-core/associations/many_to_one.rb:156:in `lazy_load' | |
/Library/Ruby/Gems/1.8/gems/dm-core-1.0.0.rc3/lib/dm-core/resource/state/persisted.rb:23:in `lazy_load' | |
/Library/Ruby/Gems/1.8/gems/dm-core-1.0.0.rc3/lib/dm-core/resource/state/persisted.rb:8:in `get' | |
/Library/Ruby/Gems/1.8/gems/dm-core-1.0.0.rc3/lib/dm-core/resource/state/dirty.rb:49:in `track' | |
/Library/Ruby/Gems/1.8/gems/dm-core-1.0.0.rc3/lib/dm-core/resource/state/dirty.rb:8:in `set' | |
/Library/Ruby/Gems/1.8/gems/dm-core-1.0.0.rc3/lib/dm-core/resource/state/clean.rb:15:in `set' | |
/Library/Ruby/Gems/1.8/gems/dm-core-1.0.0.rc3/lib/dm-core/model/relationship.rb:359:in `project=' | |
/Users/franco/Code/daitss/core/var/services/submission/lib/package_submitter.rb:193:in `add_project_to_sip_record' | |
/Users/franco/Code/daitss/core/var/services/submission/lib/package_submitter.rb:90:in `submit_sip' | |
./submission.rb:116:in `POST /*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment