mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 03:35:25 +08:00
refactor
This commit is contained in:
parent
3aa28f6d11
commit
6908368506
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ module FirstTimeDataGenerator
|
|||
# and groups
|
||||
# (0...3).map{65.+(rand(26)).chr}.join << '/'
|
||||
repository_sample_name = (0...3).map { 65.+(rand(26)).chr }.join << '/'
|
||||
(1..5).each_with_index do |index|
|
||||
(1..5).each do |index|
|
||||
repository_row = RepositoryRow.create(
|
||||
repository: repository,
|
||||
created_by: user,
|
||||
|
|
Loading…
Reference in a new issue