So I have a field in the question table, called is_public..I migrated my database, restarted it and now when I get this error everytime I call is_public for a record in the question records.
undefined method `is_public' for #<Question:0x7e9aa780>
Any ideas to why this is happening ?
is_publiclisted when you callquestion.attributes.keys? Isis_publica boolean field? If so, then use?at end:is_public?. Ps. This is not an answer, cos I dunno if you will accept it :Ddb/schema.rbcode for thequestionstable.