Method: FileAttachmentsController#index
- Defined in:
- app/controllers/file_attachments_controller.rb
#index ⇒ Object
39 40 41 42 |
# File 'app/controllers/file_attachments_controller.rb', line 39 def index @orphans = FileAttachment.orphans @files = FileAttachment.attached end |