continue to backport old code
This commit is contained in:
9
app/controllers/wow_mounts_controller.rb
Normal file
9
app/controllers/wow_mounts_controller.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class WowMountsController < ProtectedController
|
||||
def index
|
||||
@wow_mounts = WowMount.all
|
||||
end
|
||||
|
||||
def show
|
||||
@wow_mount = WowMount.find(params[:id])
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user