Sha256: 06cec73ff4737e20e7da2b3669abe462c83da9ea060bb316832cc77033ae0371

Contents?: true

Size: 139 Bytes

Versions: 7

Compression:

Stored size: 139 Bytes

Contents

require 'active_record'

module Flavors
  class Preference < ::ActiveRecord::Base
    belongs_to :prefered, :polymorphic => true
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
flavors-1.0.0 lib/flavors/preferences/preference.rb
flavors-1.0.0.rc.1 lib/flavors/preferences/preference.rb
flavors-0.6.0 lib/flavors/preferences/preference.rb
flavors-0.5.0 lib/flavors/preferences/preference.rb
flavors-0.4.0 lib/flavors/preferences/preference.rb
flavors-0.3.0 lib/flavors/preferences/preference.rb
flavors-0.2.0 lib/flavors/preferences/preference.rb