Changes
Page history
use aviable not variable string (Mint ARK for Existing Work)
authored
Dec 16, 2024
by
Johannes Frenzel
Show whitespace changes
Inline
Side-by-side
system/how-to/Mint-ARK-for-Existing-Work.md
View page @
27c0b750
...
@@ -8,7 +8,7 @@ Run the following from the Rails console.
...
@@ -8,7 +8,7 @@ Run the following from the Rails console.
```
ruby
```
ruby
dataset_id
=
'73666519p'
dataset_id
=
'73666519p'
d
=
Dataset
.
find
(
'
dataset_id
'
)
d
=
Dataset
.
find
(
dataset_id
)
d
.
register_ark
d
.
register_ark
```
```
...
@@ -16,6 +16,6 @@ d.register_ark
...
@@ -16,6 +16,6 @@ d.register_ark
```
ruby
```
ruby
crc_dataset_id
=
'h415pb224'
crc_dataset_id
=
'h415pb224'
d
=
CrcDataset
.
find
(
'
crc_dataset_id
'
)
d
=
CrcDataset
.
find
(
crc_dataset_id
)
d
.
register_ark
d
.
register_ark
```
```
\ No newline at end of file