Optional domain block attribute that prevents media attachments from being downloaded
This commit is contained in:
parent
cca82bf0a2
commit
434cf8237e
4 changed files with 14 additions and 6 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddRejectMediaToDomainBlocks < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :domain_blocks, :reject_media, :boolean
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue