Class ActiveRecord::MissingAttributeError
In: lib/active_record/base.rb
Parent: NoMethodError

Raised when you‘ve tried to access a column which wasn‘t loaded by your finder. Typically this is because :select has been specified.

[Validate]