-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I'm getting undefined method `content' for Page error when I do following;
- I go to /admin
- I click Pages > New Custom Page on left navbar.
undefined method `content' for #<Page:0x007f95cb36ceb0>
<div class="form-group">
<%= f.text_area :content, placeholder: "Page content goes here...", class: "textarea"%>
<script type="text/javascript">
$('.textarea').wysihtml5({toolbar: { color: true } });
</script>
Metadata
Metadata
Assignees
Labels
No labels