admin interface generation
This commit is contained in:
2
app/views/admin/question/edit.html.erb
Normal file
2
app/views/admin/question/edit.html.erb
Normal file
@ -0,0 +1,2 @@
|
||||
<h1>Admin::Questions#edit</h1>
|
||||
<p>Find me in app/views/admin/questions/edit.html.erb</p>
|
2
app/views/admin/question/index.html.erb
Normal file
2
app/views/admin/question/index.html.erb
Normal file
@ -0,0 +1,2 @@
|
||||
<h1>Admin::Questions#index</h1>
|
||||
<p>Find me in app/views/admin/questions/index.html.erb</p>
|
2
app/views/admin/question/new.html.erb
Normal file
2
app/views/admin/question/new.html.erb
Normal file
@ -0,0 +1,2 @@
|
||||
<h1>Admin::Questions#new</h1>
|
||||
<p>Find me in app/views/admin/questions/new.html.erb</p>
|
2
app/views/admin/question/view.html.erb
Normal file
2
app/views/admin/question/view.html.erb
Normal file
@ -0,0 +1,2 @@
|
||||
<h1>Admin::Questions#view</h1>
|
||||
<p>Find me in app/views/admin/questions/view.html.erb</p>
|
Reference in New Issue
Block a user