/ontohub/app/controllers/ |
H A D | language_adjoints_controller.rb | 8 def create method in class:LanguageAdjointsController
|
H A D | logic_adjoints_controller.rb | 8 def create method in class:LogicAdjointsController
|
H A D | language_mappings_controller.rb | 10 def create method in class:LanguageMappingsController
|
H A D | languages_controller.rb | 21 def create method in class:LanguagesController
|
H A D | teams_controller.rb | 18 def create method in class:TeamsController
|
H A D | logic_mappings_controller.rb | 11 def create method in class:LogicMappingsController
|
H A D | filetypes_controller.rb | 2 def create method in class:FiletypesController
|
H A D | projects_controller.rb | 7 def create method in class:ProjectsController 8 create! do |success, failure|
|
H A D | tasks_controller.rb | 6 def create method in class:TasksController 7 create! do |success, failure|
|
H A D | formality_levels_controller.rb | 9 def create method in class:FormalityLevelsController 10 create! do |success, failure|
|
H A D | license_models_controller.rb | 10 def create method in class:LicenseModelsController 11 create! do |success, failure|
|
H A D | oops_requests_controller.rb | 4 before_filter :check_creatable, :only => :create 12 def create method in class:OopsRequestsController
|
H A D | url_maps_controller.rb | 8 def create method in class:UrlMapsController 9 create! { repository_url_maps_path(repository) }
|
H A D | ontology_versions_controller.rb | 7 actions :index, :show, :new, :create 12 before_filter :check_changeable, only: [:new, :create] 31 def create method in class:OntologyVersionsController
|
H A D | proofs_controller.rb | 10 def create method in class:ProofsController 13 flash[:success] = t('proofs.create.starting_jobs') 16 flash[:alert] = t('proofs.create.invalid_resource')
|
H A D | repository_directories_controller.rb | 2 actions :new, :create 5 before_filter :check_write_permissions, only: [:new, :create] 8 def create method in class:RepositoryDirectoriesController 29 success_message = t('repository_directory.create', name: resource)
|
H A D | repositories_controller.rb | 10 def create method in class:RepositoriesController
|
H A D | mappings_controller.rb | 28 def create method in class:MappingsController
|
H A D | ontologies_controller.rb | 46 def create method in class:OntologiesController
|
/ontohub/app/controllers/users/ |
H A D | api_keys_controller.rb | 4 actions :create 7 def create method in class:Users
|
/ontohub/app/controllers/polymorphic_resource/ |
H A D | base.rb | 7 actions :index, :create 10 def create method in class:PolymorphicResource 11 authorize! :create, build_resource
|
/ontohub/app/fake_records/ |
H A D | fake_record.rb | 3 # - initialize(*args, &block) for create and build to work, and 4 # - save! for create and save to work. 15 def self.create(*args, &block) singleton method in class:FakeRecord 16 create!(*args, &block) 21 def self.create!(attributes = nil, options = {}, &block) singleton method in class:FakeRecord 23 attributes.collect { |attr| create!(attr, options, &block) }
|
H A D | combination.rb | 11 create!(*args).ontology 14 def self.create!(*args) singleton method in class:Combination
|
/ontohub/app/controllers/api/v1/ |
H A D | combinations_controller.rb | 6 actions :create, :update 10 def create method in class:Api
|
/ontohub/app/controllers/privilege_list/ |
H A D | base.rb | 7 actions :index, :create, :update, :destroy, :show 13 def create method in class:PrivilegeList
|