diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-22 00:06:48 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-22 00:06:48 -0400 |
| commit | 4ecc5d37609c3de8d3b013a738f3704f1e70c61a (patch) | |
| tree | edcf3b0f38a40d348b72699e2e905b4b8251ae8d /app/controllers/admin | |
| parent | 98378969dae552c0c190eea922415d35eb22ae1e (diff) | |
| download | thoughts-4ecc5d37609c3de8d3b013a738f3704f1e70c61a.tar.gz thoughts-4ecc5d37609c3de8d3b013a738f3704f1e70c61a.tar.bz2 thoughts-4ecc5d37609c3de8d3b013a738f3704f1e70c61a.zip | |
Audio quotes!
Diffstat (limited to 'app/controllers/admin')
| -rw-r--r-- | app/controllers/admin/quotes_controller.rb | 2 |
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 |
| 54 | end | 54 | end |
