Class: Ecm::Downloads::Download

Inherits:
ActiveRecord::Base
  • Object
show all
Extended by:
FriendlyId
Defined in:
app/models/ecm/downloads/download.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject

def heading_name

  locale_prefix = (locale.blank?) ? "" : "[#{locale}] "
  "#{locale_prefix}#{name}"
end


77
78
79
# File 'app/models/ecm/downloads/download.rb', line 77

def to_s
  name
end