[ActiveRecord::RecordInvalid - Validation failed: Blog must exist]
That would be fantastic. Thanks!

7
Rails
How can I convert this code to raw SQL and use in rails?
You can always call to_sql to see what the SQL is at the end of every query

4
Rails