Rename Wallet to Lightning Network, move to Services
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Râu Cao
2023-05-01 16:13:41 +02:00
parent 34849b28b0
commit 67a9fc02d7
10 changed files with 35 additions and 29 deletions

View File

@@ -2,6 +2,6 @@ class DashboardController < ApplicationController
before_action :require_user_signed_in
def index
@current_section = :dashboard
@current_section = :services
end
end

View File

@@ -1,6 +1,6 @@
require "rqrcode"
class WalletController < ApplicationController
class Services::LightningController < ApplicationController
before_action :require_user_signed_in
before_action :authenticate_with_lndhub
before_action :set_current_section
@@ -42,7 +42,7 @@ class WalletController < ApplicationController
end
def set_current_section
@current_section = :wallet
@current_section = :services
end
def fetch_balance