about summary refs log tree commit diff stats
path: root/app/controllers
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-22 00:06:48 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-22 00:06:48 -0400
commit4ecc5d37609c3de8d3b013a738f3704f1e70c61a (patch)
treeedcf3b0f38a40d348b72699e2e905b4b8251ae8d /app/controllers
parent98378969dae552c0c190eea922415d35eb22ae1e (diff)
downloadthoughts-4ecc5d37609c3de8d3b013a738f3704f1e70c61a.tar.gz
thoughts-4ecc5d37609c3de8d3b013a738f3704f1e70c61a.tar.bz2
thoughts-4ecc5d37609c3de8d3b013a738f3704f1e70c61a.zip
Audio quotes!
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/admin/quotes_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/quotes_controller.rb b/app/controllers/admin/quotes_controller.rb index 70a541f..3623463 100644 --- a/app/controllers/admin/quotes_controller.rb +++ b/app/controllers/admin/quotes_controller.rb
@@ -49,6 +49,6 @@ class Admin::QuotesController < Admin::AdminController
49 end 49 end
50 50
51 def quote_params 51 def quote_params
52 params.require(:quote).permit(:content, :state, :notes, :submitter, :tag_list) 52 params.require(:quote).permit(:content, :state, :notes, :submitter, :tag_list, :audio)
53 end 53 end
54end 54end