Adds basic Budget controller / views

This commit is contained in:
kikito
2016-05-31 19:26:56 +02:00
parent 0427395f32
commit fa6f34bf5c
9 changed files with 72 additions and 3 deletions

View File

@@ -18,9 +18,6 @@ module Abilities
end
can [:retire_form, :retire], Proposal, author_id: user.id
can :read, SpendingProposal
can :read, Budget::Investment
can :create, Comment
can :create, Debate
can :create, Proposal