Skip to content

Commit c47b9f3

Browse files
committedFeb 5, 2021
Remove obsolete paramaters
1 parent 372322a commit c47b9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/models/lines/picture.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
module Lines
99
class Picture < Lines::ApplicationRecord
1010
# Associations
11-
belongs_to :article, touch: true, optional: true
11+
belongs_to :article, touch: true#, optional: true
1212

1313
# Mount carrierwave picture uploader
1414
mount_uploader :image, PictureUploader

0 commit comments

Comments
 (0)
Please sign in to comment.