Searched defs:collection (Results 1 - 6 of 6) sorted by relevance

/ontohub/app/controllers/
H A Dteams_controller.rb25 def collection method in class:TeamsController
H A Daxioms_controller.rb20 def collection method in class:AxiomsController
21 @collection ||=
H A Dlogics_controller.rb34 :collection => resource.supports,
42 def collection method in class:LogicsController
48 collection = Kaminari.paginate_array(logics).page(params[:page])
H A Drepositories_controller.rb57 def collection method in class:RepositoriesController
H A Dmappings_controller.rb47 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 Dproof_attempts_controller.rb10 render json: collection,
45 def collection method in class:Api

Completed in 15 milliseconds