Searched defs:create (Results 1 - 25 of 27) sorted by relevance

12

/ontohub/app/controllers/
H A Dlanguage_adjoints_controller.rb8 def create method in class:LanguageAdjointsController
H A Dlogic_adjoints_controller.rb8 def create method in class:LogicAdjointsController
H A Dlanguage_mappings_controller.rb10 def create method in class:LanguageMappingsController
H A Dlanguages_controller.rb21 def create method in class:LanguagesController
H A Dteams_controller.rb18 def create method in class:TeamsController
H A Dlogic_mappings_controller.rb11 def create method in class:LogicMappingsController
H A Dfiletypes_controller.rb2 def create method in class:FiletypesController
H A Dprojects_controller.rb7 def create method in class:ProjectsController
8 create! do |success, failure|
H A Dtasks_controller.rb6 def create method in class:TasksController
7 create! do |success, failure|
H A Dformality_levels_controller.rb9 def create method in class:FormalityLevelsController
10 create! do |success, failure|
H A Dlicense_models_controller.rb10 def create method in class:LicenseModelsController
11 create! do |success, failure|
H A Doops_requests_controller.rb4 before_filter :check_creatable, :only => :create
12 def create method in class:OopsRequestsController
H A Durl_maps_controller.rb8 def create method in class:UrlMapsController
9 create! { repository_url_maps_path(repository) }
H A Dontology_versions_controller.rb7 actions :index, :show, :new, :create
12 before_filter :check_changeable, only: [:new, :create]
31 def create method in class:OntologyVersionsController
H A Dproofs_controller.rb10 def create method in class:ProofsController
13 flash[:success] = t('proofs.create.starting_jobs')
16 flash[:alert] = t('proofs.create.invalid_resource')
H A Drepository_directories_controller.rb2 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 Drepositories_controller.rb10 def create method in class:RepositoriesController
H A Dmappings_controller.rb28 def create method in class:MappingsController
H A Dontologies_controller.rb46 def create method in class:OntologiesController
/ontohub/app/controllers/users/
H A Dapi_keys_controller.rb4 actions :create
7 def create method in class:Users
/ontohub/app/controllers/polymorphic_resource/
H A Dbase.rb7 actions :index, :create
10 def create method in class:PolymorphicResource
11 authorize! :create, build_resource
/ontohub/app/fake_records/
H A Dfake_record.rb3 # - 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 Dcombination.rb11 create!(*args).ontology
14 def self.create!(*args) singleton method in class:Combination
/ontohub/app/controllers/api/v1/
H A Dcombinations_controller.rb6 actions :create, :update
10 def create method in class:Api
/ontohub/app/controllers/privilege_list/
H A Dbase.rb7 actions :index, :create, :update, :destroy, :show
13 def create method in class:PrivilegeList

Completed in 832 milliseconds

12