[Fix #1865] Expose attachment field over API
This commit is contained in:
parent
fe0aafdd44
commit
5b9f25271f
3 changed files with 34 additions and 0 deletions
|
@ -31,6 +31,8 @@ Rails.application.configure do
|
|||
# ActionMailer::Base.deliveries array.
|
||||
config.action_mailer.delivery_method = :test
|
||||
|
||||
config.active_storage.service = :local
|
||||
|
||||
# Randomize the order test cases are executed.
|
||||
config.active_support.test_order = :random
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue