added notes
This commit is contained in:
5
app/models/note_version.rb
Normal file
5
app/models/note_version.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class NoteVersion < ActiveRecord::Base
|
||||
def updater_name
|
||||
User.find_name(updater_id)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user