about summary refs log tree commit diff stats
path: root/app/controllers
diff options
context:
space:
mode:
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