Skip to content

Commit

Permalink
Deleting not needed code
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-exz committed Oct 15, 2023
1 parent 58829eb commit bd54444
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
## 0.10.1
### Improvements
- Deleting no needed code


## 0.10.0
### Improvements
- Added MIT license
Expand Down
3 changes: 1 addition & 2 deletions app/models/message.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
class Message < ApplicationRecord
has_many :message_labels, dependent: :destroy
has_many :labels, through: :message_labels

end

0 comments on commit bd54444

Please sign in to comment.