Refactor sessions

This commit is contained in:
Martin Lensment 2015-03-20 16:39:32 +02:00
parent e2507f8661
commit 744f29c674
18 changed files with 126 additions and 16 deletions

View file

@ -40,6 +40,7 @@ class Ability
def user
can :show, :dashboard
can :manage, Invoice
end
def customer_service

3
app/models/invoice.rb Normal file
View file

@ -0,0 +1,3 @@
class Invoice < ActiveRecord::Base
end