File: tie.rb

package info (click to toggle)
ruby-activerecord-2.3 2.3.14-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,180 kB
  • sloc: ruby: 32,874; makefile: 7
file content (4 lines) | stat: -rw-r--r-- 131 bytes parent folder | download
1
2
3
4
class Tie < ActiveRecord::Base
  has_one :polymorphic_design, :as => :designable
  has_one :polymorphic_price, :as => :sellable
end