delete recordings with account

This commit is contained in:
Joshua Arts
2018-07-27 14:14:48 -04:00
parent 5e5f31c375
commit 7b15b84daa
6 changed files with 15 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Load terms and conditions.
terms = "#{Rails.root}/config/terms.txt"
terms = "#{Rails.root}/config/terms.md"
Rails.configuration.terms = if File.exist?(terms)
File.read(terms)