Added profile scaffold
This commit is contained in:
10
app/controllers/profiles_controller.rb
Normal file
10
app/controllers/profiles_controller.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
class ProfilesController < ApplicationController
|
||||
def show
|
||||
end
|
||||
|
||||
def edit
|
||||
end
|
||||
|
||||
def destroy
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user