Class: Tuttle::PaperclipController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Tuttle::PaperclipController
- Defined in:
- app/controllers/tuttle/paperclip_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
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 |