Class: Maglev::EditorController

Inherits:
ApplicationController show all
Includes:
AuthenticationConcern, BackActionConcern, ContentLocaleConcern, FetchersConcern, UiLocaleConcern
Defined in:
app/controllers/maglev/editor_controller.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject



22
23
24
# File 'app/controllers/maglev/editor_controller.rb', line 22

def destroy
  call_back_action
end

#showObject



17
18
19
20
# File 'app/controllers/maglev/editor_controller.rb', line 17

def show
  fetch_maglev_page_content
  render layout: nil
end