mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
d32cb55837
- Adds the advanced option to accept email from non-users per category email-address - Adds tests covering the new feature - Adds UI to configure this feature in the frontend
4 lines
95 B
Ruby
4 lines
95 B
Ruby
Fabricator(:category) do
|
|
name { sequence(:name) { |n| "Amazing Category #{n}" } }
|
|
user
|
|
end
|