File: matey.rb

package info (click to toggle)
libactiverecord-ruby 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,668 kB
  • ctags: 3,600
  • sloc: ruby: 25,183; makefile: 6
file content (4 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (9)
1
2
3
4
class Matey < ActiveRecord::Base
  belongs_to :pirate
  belongs_to :target, :class_name => 'Pirate'
end