Sha256: 80ee2bc4ec893b771cca008fae7d6bfcc019adce7860cd176a957b83ed0ceff4

Contents?: true

Size: 173 Bytes

Versions: 8

Compression:

Stored size: 173 Bytes

Contents

class RubySyncValue < ActiveRecord::Base
  
  belongs_to :operation,
          :class_name => "RubySyncOperation",
          :foreign_key => "ruby_sync_operation_id"
  
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rubysync-0.0.1 examples/ar_webapp/app/models/ruby_sync_value.rb
rubysync-0.1.0 examples/ar_webapp/app/models/ruby_sync_value.rb
rubysync-0.1.1 examples/ar_webapp/app/models/ruby_sync_value.rb
rubysync-0.0.4 examples/ar_webapp/app/models/ruby_sync_value.rb
rubysync-0.0.3 examples/ar_webapp/app/models/ruby_sync_value.rb
rubysync-0.0.5 examples/ar_webapp/app/models/ruby_sync_value.rb
rubysync-0.2.1 examples/ar_webapp/app/models/ruby_sync_value.rb
rubysync-0.0.2 examples/ar_webapp/app/models/ruby_sync_value.rb