9 lines
131 B
Ruby
9 lines
131 B
Ruby
module Budgets
|
|
class InvestmentsController < ApplicationController
|
|
skip_authorization_check
|
|
|
|
def index
|
|
end
|
|
|
|
end
|
|
end |