From e38900b8453e8709943850b4651e1a1929c40967 Mon Sep 17 00:00:00 2001 From: Yoshiyuki Hirano Date: Wed, 30 Aug 2017 02:40:03 +0900 Subject: Update Active Storage docs [ci skip] --- activestorage/lib/active_storage/attached/one.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activestorage/lib/active_storage/attached/one.rb') diff --git a/activestorage/lib/active_storage/attached/one.rb b/activestorage/lib/active_storage/attached/one.rb index 2e5831348e..92a00c20a7 100644 --- a/activestorage/lib/active_storage/attached/one.rb +++ b/activestorage/lib/active_storage/attached/one.rb @@ -25,7 +25,7 @@ module ActiveStorage ActiveStorage::Attachment.create!(record: record, name: name, blob: create_blob_from(attachable)) end - # Returns true if an attachment has been made. + # Returns +true+ if an attachment has been made. # # class User < ActiveRecord::Base # has_one_attached :avatar -- cgit v1.2.3