Files
grecia/app/controllers/budgets/investments_controller.rb
2016-07-19 13:49:00 +02:00

9 lines
131 B
Ruby

module Budgets
class InvestmentsController < ApplicationController
skip_authorization_check
def index
end
end
end