Class: Flms::AbstractLayerController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Flms::AbstractLayerController
- Defined in:
- app/controllers/flms/abstract_layer_controller.rb
Direct Known Subclasses
AnimationLayersController, EmbedLayersController, ImageLayersController, ParagraphLayersController, TextLayersController
Instance Method Summary collapse
-
#edit ⇒ Object
All layer controllers utilize the same edit action.
Methods inherited from ApplicationController
Instance Method Details
#edit ⇒ Object
All layer controllers utilize the same edit action
11 12 |
# File 'app/controllers/flms/abstract_layer_controller.rb', line 11 def edit end |