Method: Document#permalink

Defined in:
app/models/document.rb


93
94
95
96
# File 'app/models/document.rb', line 93

def permalink    
  create_permalink if read_attribute(:permalink).blank?
  read_attribute(:permalink)
end