Class: Note

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/note.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



5
6
7
# File 'app/models/note.rb', line 5

def to_s
  "#{user}:#{created_at}"
end