admin interface generation

This commit is contained in:
Mark Moser
2016-08-17 17:49:09 -05:00
parent 9e27ba379e
commit 6a3f652dd7
26 changed files with 268 additions and 0 deletions

View File

@ -0,0 +1,2 @@
<h1>Admin::Questions#edit</h1>
<p>Find me in app/views/admin/questions/edit.html.erb</p>

View File

@ -0,0 +1,2 @@
<h1>Admin::Questions#index</h1>
<p>Find me in app/views/admin/questions/index.html.erb</p>

View File

@ -0,0 +1,2 @@
<h1>Admin::Questions#new</h1>
<p>Find me in app/views/admin/questions/new.html.erb</p>

View File

@ -0,0 +1,2 @@
<h1>Admin::Questions#view</h1>
<p>Find me in app/views/admin/questions/view.html.erb</p>