app/models/booking_template.rb in has_accounts-2.0.0 vs app/models/booking_template.rb in has_accounts-2.0.1

- old
+ new

@@ -1,7 +1,7 @@ class BookingTemplate < ActiveRecord::Base # Access restrictions - attr_accessible :title, :code, :amount, :amount_relates_to, :comments + attr_accessible :title, :code, :amount, :amount_relates_to, :comments, :charge_rate_code # Associations belongs_to :debit_account, :foreign_key => 'debit_account_id', :class_name => "Account" attr_accessible :debit_account_id, :debit_account belongs_to :credit_account, :foreign_key => 'credit_account_id', :class_name => "Account"