Class: Spotlight::Contact
- Inherits:
 - 
      ActiveRecord::Base
      
        
- Object
 - ActiveRecord::Base
 - Spotlight::Contact
 
 
- Extended by:
 - FriendlyId
 
- Defined in:
 - app/models/spotlight/contact.rb
 
Overview
Exhibit curator contact information
Class Method Summary collapse
Class Method Details
.fields ⇒ Object
      29 30 31 32 33 34  | 
    
      # File 'app/models/spotlight/contact.rb', line 29 def self.fields @fields ||= { title: { itemprop: 'jobTitle' }, location: { itemprop: 'workLocation' }, email: { helper: :render_contact_email_address }, telephone: {} } end  |