We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372322a commit c47b9f3Copy full SHA for c47b9f3
app/models/lines/picture.rb
@@ -8,7 +8,7 @@
8
module Lines
9
class Picture < Lines::ApplicationRecord
10
# Associations
11
- belongs_to :article, touch: true, optional: true
+ belongs_to :article, touch: true#, optional: true
12
13
# Mount carrierwave picture uploader
14
mount_uploader :image, PictureUploader
0 commit comments