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
26 27 28 29 30 31 |
# File 'app/models/spotlight/contact.rb', line 26 def self.fields @fields ||= { title: { itemprop: 'jobTitle' }, location: { itemprop: 'workLocation' }, email: { helper: :render_contact_email_address }, telephone: {} } end |