Class: AtomicCms::ComponentsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/atomic_cms/components_controller.rb

Instance Method Summary collapse

Instance Method Details

#editObject



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