6 lines
118 B
Ruby
6 lines
118 B
Ruby
# frozen_string_literal: true
|
|
module Admin
|
|
class BuyCryptoOrdersController < Admin::ApplicationController
|
|
end
|
|
end
|