]> git.openstreetmap.org Git - rails.git/commit
Removed author_{id, ip} methods from Note model
authorNenad Vujicic <nenadus@gmail.com>
Tue, 28 Jan 2025 12:47:03 +0000 (13:47 +0100)
committerNenad Vujicic <nenadus@gmail.com>
Tue, 28 Jan 2025 12:47:03 +0000 (13:47 +0100)
commit687429482f3a35bfcf1c828c4223c257b8c556ca
tree72df9063bef84daf656a601e658801402ded0f76
parent475a3fd83615fec2a1b79d04f3323ae45c917ccd
Removed author_{id, ip} methods from Note model

Removed author_id, author_ip methods from Note model because they are not used anymore. Also, removed associated unit tests.
app/models/note.rb
test/models/note_test.rb