Method: Page#editors

Defined in:
app/models/page.rb

#editorsObject



50
51
52
# File 'app/models/page.rb', line 50

def editors
  most_recent(:editors) || ''
end