Class: Maglev::Editor::PublicationController
- Inherits:
-
BaseController
- Object
- ApplicationController
- BaseController
- Maglev::Editor::PublicationController
- Defined in:
- app/controllers/maglev/editor/publication_controller.rb
Instance Method Summary collapse
Methods included from ResourceIdConcern
Instance Method Details
#create ⇒ Object
6 7 8 9 10 11 |
# File 'app/controllers/maglev/editor/publication_controller.rb', line 6 def create services.publish.call( site: maglev_site, page: current_maglev_page ) end |