add characters index page
This commit is contained in:
5
app/controllers/wow_characters_controller.rb
Normal file
5
app/controllers/wow_characters_controller.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class WowCharactersController < ProtectedController
|
||||
def index
|
||||
@characters = current_user.wow_characters.all
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user