Commit d2b7b6b2 authored by Nice's avatar Nice

fetched files from wrong path, added missing code to quiz2

parent 3913b03b
No preview for this file type
No preview for this file type
<%= simple_form_for(@post) do |f| %> <%= simple_form_for([:admin, @post]) do |f| %>
<%= f.input :title %> <%= f.input :title %>
<%= f.input :category, as: :select, collection:["Dota 2", "LoL"] %> <%= f.input :category, as: :select, collection:["Dota 2", "LoL"] %>
<%= f.input :article %> <%= f.input :article %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment