Searched defs:update (Results 1 - 11 of 11) sorted by relevance
/ontohub/app/controllers/admin/ |
H A D | users_controller.rb | 11 def update method in class:Admin 12 update! do |format|
|
/ontohub/app/controllers/ |
H A D | permissions_controller.rb | 17 def update method in class:PermissionsController
|
H A D | projects_controller.rb | 17 def update method in class:ProjectsController 18 update! do |success, failure|
|
H A D | tasks_controller.rb | 16 def update method in class:TasksController 17 update! do |success, failure|
|
H A D | formality_levels_controller.rb | 19 def update method in class:FormalityLevelsController 20 update! do |success, failure|
|
H A D | license_models_controller.rb | 20 def update method in class:LicenseModelsController 21 update! do |success, failure|
|
H A D | url_maps_controller.rb | 12 def update method in class:UrlMapsController 13 update! { repository_url_maps_path(repository) }
|
H A D | repositories_controller.rb | 18 def update method in class:RepositoriesController
|
H A D | ontologies_controller.rb | 12 actions :index, :show, :edit, :update, :destroy 40 def update method in class:OntologiesController
|
H A D | files_controller.rb | 6 before_filter :check_write_permissions, only: [:new, :create, :update] 49 def update method in class:FilesController
|
/ontohub/app/controllers/privilege_list/ |
H A D | base.rb | 7 actions :index, :create, :update, :destroy, :show 21 def update method in class:PrivilegeList
|
Completed in 11 milliseconds