mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
Completed adding transactions
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
class ActsAsLoggable::TransactionAction < ActiveRecord::Base
|
||||
attr_accessible :action
|
||||
|
||||
belongs_to :bike
|
||||
|
||||
has_many :logs
|
||||
#belongs_to :bike
|
||||
|
||||
def to_s
|
||||
self.action
|
||||
|
||||
Reference in New Issue
Block a user