diff options
Diffstat (limited to 'app/controllers/nodes_controller.rb')
| -rw-r--r-- | app/controllers/nodes_controller.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/controllers/nodes_controller.rb b/app/controllers/nodes_controller.rb index 3009e25a..ef47f258 100644 --- a/app/controllers/nodes_controller.rb +++ b/app/controllers/nodes_controller.rb | |||
| @@ -281,7 +281,8 @@ class NodesController < ApplicationController | |||
| 281 | 281 | ||
| 282 | def page_params | 282 | def page_params |
| 283 | params.fetch(:page, {}).permit(:title, :abstract, :body, :template_name, | 283 | params.fetch(:page, {}).permit(:title, :abstract, :body, :template_name, |
| 284 | :published_at, :user_id, :slug, :parent_node_id) | 284 | :published_at, :user_id, :slug, :parent_node_id, |
| 285 | :external_url) | ||
| 285 | end | 286 | end |
| 286 | 287 | ||
| 287 | def find_node | 288 | def find_node |
