mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-01 10:14:34 +08:00
3 lines
103 B
Ruby
3 lines
103 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:permalink) { url { sequence(:url) { |i| "my/#{i}/url" } } }
|