/ontohub/app/controllers/ |
H A D | team_users_controller.rb | 13 :collection => collection,
|
H A D | supports_controller.rb | 17 :collection => parent.supports,
|
H A D | permissions_controller.rb | 28 :collection => collection,
|
H A D | axioms_controller.rb | 20 def collection method in class:AxiomsController 21 @collection ||=
|
H A D | teams_controller.rb | 25 def collection method in class:TeamsController
|
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 | mappings_controller.rb | 47 def collection method in class:MappingsController 55 collection = @mappings. 57 paginate_for(collection.select { |m| restrict_by_permission(m) })
|
H A D | symbols_controller.rb | 38 unless collection.blank? 39 first_symbol = collection.first
|
H A D | application_controller.rb | 70 def paginate_for(collection) 71 Kaminari.paginate_array(collection).page(params[:page])
|
H A D | languages_controller.rb | 35 :collection => resource.supports,
|
H A D | repositories_controller.rb | 57 def collection method in class:RepositoriesController
|
/ontohub/app/helpers/ |
H A D | mappings_helper.rb | 2 def sort_mapping_list(collection) 5 collection.each_with_index do |mapping, i|
|
H A D | pagination_helper.rb | 2 def pagination(collection = nil, **options, &block) 3 # call the collection-method if no collection is given 4 collection ||= send :collection 6 pages = paginate(collection, **options)
|
/ontohub/app/controllers/api/v1/ |
H A D | axioms_controller.rb | 10 render json: collection,
|
H A D | logic_mappings_controller.rb | 9 render json: collection,
|
H A D | mappings_controller.rb | 10 render json: collection,
|
H A D | proof_statuses_controller.rb | 8 render json: collection,
|
H A D | sentences_controller.rb | 10 render json: collection,
|
H A D | theorems_controller.rb | 10 render json: collection,
|
H A D | proof_attempts_controller.rb | 10 render json: collection, 45 def collection method in class:Api
|
H A D | symbols_controller.rb | 14 render json: collection,
|
H A D | proof_attempt_configurations_controller.rb | 11 render json: collection,
|
/ontohub/lib/ |
H A D | relation_list.rb | 6 attr_reader :model, :collection_path, :collection, :scope, :association 9 # first argument: restful path to the collection of related objects 15 # :collection => collection of all permissions 22 when :model, :collection, :association 36 for key in %w( model scope collection )
|
/ontohub/app/fake_records/ |
H A D | proof.rb | 111 def normalize_check_box_ids(collection) 112 collection.select(&:present?).map(&:to_i) if collection
|
/ontohub/config/ |
H A D | routes.rb | 680 collection do 710 collection do
|