Added profile scaffold
This commit is contained in:
4
app/views/profiles/destroy.html.erb
Normal file
4
app/views/profiles/destroy.html.erb
Normal file
@@ -0,0 +1,4 @@
|
||||
<div>
|
||||
<h1 class="font-bold text-4xl">Profiles#destroy</h1>
|
||||
<p>Find me in app/views/profiles/destroy.html.erb</p>
|
||||
</div>
|
||||
4
app/views/profiles/edit.html.erb
Normal file
4
app/views/profiles/edit.html.erb
Normal file
@@ -0,0 +1,4 @@
|
||||
<div>
|
||||
<h1 class="font-bold text-4xl">Profiles#edit</h1>
|
||||
<p>Find me in app/views/profiles/edit.html.erb</p>
|
||||
</div>
|
||||
4
app/views/profiles/show.html.erb
Normal file
4
app/views/profiles/show.html.erb
Normal file
@@ -0,0 +1,4 @@
|
||||
<div>
|
||||
<h1 class="font-bold text-4xl">Profiles#show</h1>
|
||||
<p>Find me in app/views/profiles/show.html.erb</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user