Sha256: 552a02716be3154d4e65cb5529db53e716dbf27c669540fbbfae5c2746594d87

Contents?: true

Size: 213 Bytes

Versions: 79

Compression:

Stored size: 213 Bytes

Contents

class Action < ActiveRecord::Base
  # TODO: Fix saving of unchanged action records during synchronization, probably due to the :tasks serialization!
  serialize :tasks, Array
  has_many :sixconfigs
  six_guid
end

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
six-updater-web-0.24.15 lib/six-updater-web/app/models/action.rb
six-updater-web-0.24.14 lib/six-updater-web/app/models/action.rb
six-updater-web-0.24.13 lib/six-updater-web/app/models/action.rb
six-updater-web-0.24.12 lib/six-updater-web/app/models/action.rb
six-updater-web-0.24.11 lib/six-updater-web/app/models/action.rb
six-updater-web-0.24.10 lib/six-updater-web/app/models/action.rb
six-updater-web-0.24.9 lib/six-updater-web/app/models/action.rb
six-updater-web-0.24.8 lib/six-updater-web/app/models/action.rb
six-updater-web-0.24.7 lib/six-updater-web/app/models/action.rb
six-updater-web-0.24.6 lib/six-updater-web/app/models/action.rb
six-updater-web-0.24.5 lib/six-updater-web/app/models/action.rb
six-updater-web-0.24.4 lib/six-updater-web/app/models/action.rb
six-updater-web-0.24.3 lib/six-updater-web/app/models/action.rb
six-updater-web-0.24.2 lib/six-updater-web/app/models/action.rb
six-updater-web-0.24.1 lib/six-updater-web/app/models/action.rb
six-updater-web-0.24.0 lib/six-updater-web/app/models/action.rb
six-updater-web-0.23.7 lib/six-updater-web/app/models/action.rb
six-updater-web-0.23.6 lib/six-updater-web/app/models/action.rb
six-updater-web-0.23.5 lib/six-updater-web/app/models/action.rb
six-updater-web-0.23.4 lib/six-updater-web/app/models/action.rb