ActiveRecord::Base
# File app/models/location.rb, line 8 def full_location "#{self.room.name} - #{self.name}" end