Create weapon_keys_controller.rb
This commit is contained in:
parent
82a6b0d598
commit
45c4cc5af6
1 changed files with 6 additions and 0 deletions
6
app/controllers/api/v1/weapon_keys_controller.rb
Normal file
6
app/controllers/api/v1/weapon_keys_controller.rb
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
class Api::V1::WeaponKeysController < Api::V1::ApiController
|
||||||
|
def all
|
||||||
|
@raids = WeaponKeys.all()
|
||||||
|
render :all, status: :ok
|
||||||
|
end
|
||||||
|
end
|
||||||
Loading…
Reference in a new issue