Method: Ucpengine::EntriesController#destroy
- Defined in:
- app/controllers/ucpengine/entries_controller.rb
#destroy ⇒ Object
44 45 46 47 |
# File 'app/controllers/ucpengine/entries_controller.rb', line 44 def destroy @entry.destroy redirect_to content_entries_path, notice: 'Entry was successfully destroyed.' end |