completed SMS gateway project
This commit is contained in:
8
app/controllers/admin/api_tester_controller.rb
Normal file
8
app/controllers/admin/api_tester_controller.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
module Admin
|
||||
class ApiTesterController < BaseController
|
||||
def index
|
||||
@api_keys = ApiKey.active_keys.order(created_at: :desc)
|
||||
@gateways = Gateway.order(created_at: :desc)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user