Skip to content

Instantly share code, notes, and snippets.

@jeena
Created December 10, 2012 22:07
Show Gist options
  • Save jeena/4253794 to your computer and use it in GitHub Desktop.
Save jeena/4253794 to your computer and use it in GitHub Desktop.
I, [2012-12-10T23:03:45.875139 #3123] INFO -- : (0.000392s) SELECT * FROM "profile_info_versions" WHERE (("deleted_at" IS NULL) AND ("profile_info_id" = 2)) ORDER BY "version" DESC LIMIT 1
#<NoMethodError: undefined method `version' for nil:NilClass>
/home/jeena/tent/tentd/lib/tentd/model/profile_info.rb:58:in `block in get_profile'
@jeena
Copy link
Author

jeena commented Dec 10, 2012

Btw. my profile_info_versions table is empty too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment