mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
5 lines
100 B
Ruby
5 lines
100 B
Ruby
Fabricator(:pricelist) do
|
|
active_from 1.year.ago
|
|
active_until 1.year.since
|
|
category '.ee'
|
|
end
|