diff options
Diffstat (limited to 'app/controllers/admin')
| -rw-r--r-- | app/controllers/admin/blogs_controller.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/controllers/admin/blogs_controller.rb b/app/controllers/admin/blogs_controller.rb index f17bce2..ea2c46c 100644 --- a/app/controllers/admin/blogs_controller.rb +++ b/app/controllers/admin/blogs_controller.rb | |||
| @@ -56,7 +56,7 @@ class Admin::BlogsController < Admin::AdminController | |||
| 56 | private | 56 | private | 
| 57 | 57 | ||
| 58 | def blog_params | 58 | def blog_params | 
| 59 | params.require(:blog).permit(:title, :body, :slug, :published, :tag_list, records_attributes: [:description, :_destroy]) | 59 | params.require(:blog).permit(:title, :body, :slug, :published, :published_at, :tag_list, records_attributes: [:description, :_destroy]) | 
| 60 | end | 60 | end | 
| 61 | 61 | ||
| 62 | def set_section | 62 | def set_section | 
