Skip to content

Commit

Permalink
Allow contra mass-assignment on Account, closes mbulat#12
Browse files Browse the repository at this point in the history
  • Loading branch information
mbulat committed Sep 4, 2012
1 parent e7e12dd commit afb32ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/plutus/account.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module Plutus
#
# @author Michael Bulat
class Account < ActiveRecord::Base
attr_accessible :name
attr_accessible :name, :contra

has_many :credit_amounts
has_many :debit_amounts
Expand Down

0 comments on commit afb32ae

Please sign in to comment.