Searched defs:collection (Results 1 - 6 of 6) sorted by relevance
/ontohub/app/controllers/ | ||
H A D | teams_controller.rb | 25 def collection method in class:TeamsController |
H A D | axioms_controller.rb | 20 def collection method in class:AxiomsController 21 @collection ||= |
H A D | logics_controller.rb | 34 :collection => resource.supports, 42 def collection method in class:LogicsController 48 collection = Kaminari.paginate_array(logics).page(params[:page]) |
H A D | repositories_controller.rb | 57 def collection method in class:RepositoriesController |
H A D | mappings_controller.rb | 47 def collection method in class:MappingsController 55 collection = @mappings. 57 paginate_for(collection.select { |m| restrict_by_permission(m) }) |
/ontohub/app/controllers/api/v1/ | ||
H A D | proof_attempts_controller.rb | 10 render json: collection, 45 def collection method in class:Api |
Completed in 15 milliseconds