add sell and buy orders to admin
This commit is contained in:
5
app/controllers/admin/buy_crypto_orders_controller.rb
Normal file
5
app/controllers/admin/buy_crypto_orders_controller.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
module Admin
|
||||
class BuyCryptoOrdersController < Admin::ApplicationController
|
||||
end
|
||||
end
|
||||
5
app/controllers/admin/sell_crypto_orders_controller.rb
Normal file
5
app/controllers/admin/sell_crypto_orders_controller.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
module Admin
|
||||
class SellCryptoOrdersController < Admin::ApplicationController
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user