Class: AttachmentsController
- Inherits:
-
InheritedResources::Base
- Object
- InheritedResources::Base
- AttachmentsController
- Defined in:
- app/controllers/attachments_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
12 13 14 |
# File 'app/controllers/attachments_controller.rb', line 12 def create create! {collection_url} end |
#index ⇒ Object
7 8 9 10 11 |
# File 'app/controllers/attachments_controller.rb', line 7 def index index! do |format| @attachment = @page..build end end |