Class: Tuttle::PaperclipController

Inherits:
ApplicationController show all
Defined in:
app/controllers/tuttle/paperclip_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



8
9
10
11
# File 'app/controllers/tuttle/paperclip_controller.rb', line 8

def index
  # Note: in development with reloading, classes will show up in the registry multiple times
  @pcar = Paperclip::AttachmentRegistry.instance
end