Class: AtomicCms::ComponentsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- AtomicCms::ComponentsController
- Defined in:
- app/controllers/atomic_cms/components_controller.rb
Instance Method Summary collapse
Instance Method Details
#edit ⇒ Object
3 4 5 |
# File 'app/controllers/atomic_cms/components_controller.rb', line 3 def edit render text: component(params[:id]).edit_array(!!params[:inline]) end |