mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
7 lines
111 B
Ruby
7 lines
111 B
Ruby
class Admin::BankTransactionsController < AdminController
|
|
load_and_authorize_resource
|
|
|
|
def show
|
|
|
|
end
|
|
end
|