модуль ActiveStorage::Reflection::ActiveRecordExtensions::ClassMethods
Публичные методы экземпляра
# File activestorage/lib/active_storage/reflection.rb, line 49 def reflect_on_all_attachments attachment_reflections.values end
Возвращает массив объектов рефлексии для всех прикреплённых файлов в классе.
# File activestorage/lib/active_storage/reflection.rb, line 58 def reflect_on_attachment(attachment) attachment_reflections[attachment.to_s] end
Возвращает объект рефлексии для указанного attachment.
User.reflect_on_attachment(:avatar) # => the avatar reflection
© 2004–2019 David Heinemeier Hansson
Licensed under the MIT License.