Cross Reference:
xref
: /
ontohub
/
db
/
data
/
20150320135159_create_proof_attempt_configurations.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
20150320135159_create_proof_attempt_configurations.rb revision c4bdc37c9de27abfa1d5be18008953b32457e6c4
class
CreateProofAttemptConfigurations
<
ActiveRecord
::
Migration
def
up
ProofAttempt.find
_each
do
|
proof_attempt
|
config
=
ProofAttemptConfiguration.new
config.save
!
proof_attempt.proof
_attempt_configuration
=
config
proof_attempt.save
!
end
end
end