Searched defs:save (Results 1 - 7 of 7) sorted by relevance

/ontohub/app/fake_records/
H A Dfake_record.rb4 # - save! for create and save to work.
5 # save! is supposed to raise a RecordNotSavedError when the record couldn't be
27 object.save!
36 def save method in class:FakeRecord
37 save!
H A Drepository_directory.rb32 def save!
H A Dcombination.rb16 combination.save!
26 def save!
57 repository_file.save!
H A Dproof.rb62 def save!
64 specific_axiom_selection.save!
66 proof_attempt.save!
67 proof_attempt.proof_attempt_configuration.save!
H A Drepository_file.rb60 def save!
/ontohub/lib/dsl/
H A Drepo.rb18 RepositoryCreator.instance.save
35 def save method in class:RepositoryCreator
36 @current_repo.save
58 def save method in class:Repo
62 r.save!
/ontohub/lib/
H A Drake_helper.rb11 logic: Proc.new{ |h| save(user, h) },
12 language: Proc.new{ |h| save(user, h) },
13 logic_mapping: Proc.new{ |h| save(user, h) },
14 support: Proc.new{ |h| save(user, h) })
21 def self.save(user, symbol) singleton method in class:RakeHelper.LogicGraph
24 symbol.save!

Completed in 37 milliseconds