Searched refs:undestroy (Results 1 - 4 of 4) sorted by relevance

/ontohub/app/controllers/
H A Drepositories_controller.rb38 def undestroy method in class:RepositoriesController
39 resource.undestroy
42 flash[:success] = t('repository.undestroy.success')
45 flash[:alert] = t('repository.undestroy.failure')
/ontohub/app/models/repository/
H A Ddestroying.rb31 def undestroy method in class:Repository
/ontohub/app/helpers/
H A Drepositories_helper.rb51 t('repository.undelete.description'), [reource_repository, :undestroy],
/ontohub/config/
H A Droutes.rb698 post 'undestroy',
700 action: :undestroy,
701 as: :undestroy

Completed in 19 milliseconds