Method: Gaku::Admin::TemplatesController#destroy

Defined in:
app/controllers/gaku/admin/templates_controller.rb

#destroyObject



44
45
46
47
48
# File 'app/controllers/gaku/admin/templates_controller.rb', line 44

def destroy
  @template.destroy
  set_count
  respond_with @template
end