implemented forum post controller
This commit is contained in:
6
app/views/forum_posts/edit.html.erb
Normal file
6
app/views/forum_posts/edit.html.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<h1>Edit Post</h1>
|
||||
|
||||
<%= simple_form_for(@forum_post) do |f| %>
|
||||
<%= f.input :body %>
|
||||
<%= f.button :submit %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user