Exception: ActiveRecord::MissingAttributeError

Inherits:
NoMethodError
  • Object
show all
Defined in:
lib/active_record/base.rb

Overview

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