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 45a2227b10d8d045961377d803c9865a085d7473
%w
(
localhost
:
8000
)
.
each
do
|
uri
|
HetsInstance.create
(
name
:
uri
,
uri
:
"http://#{uri}"
)
end