forked from External/greenlight
delete recordings with account
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user