adds budget's groups & headings to admin

This commit is contained in:
Juanjo Bazán
2016-08-03 20:23:41 +02:00
parent 64a614c67f
commit 0f7e23bec4
13 changed files with 220 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ class Admin::BudgetsController < Admin::BaseController
end
def show
@budget = Budget.includes(groups: :headings).find(params[:id])
end
def new