Cross Reference: 001-hets.rb
xref
: /
ontohub
/
db
/
seeds
/
001-hets.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
001-hets.rb revision 1e51001d1b81b4540bb2a9b0fc59d86fc50e90d1
Sidekiq
::
Testing.disable
!
do
%w
(
localhost
:
8000
)
.
each
do
|
uri
|
HetsInstance.create
(
name
:
uri
,
uri
:
"http://#{uri}"
)
end
end