File: entrant.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 (3 lines) | stat: -rw-r--r-- 60 bytes parent folder | download | duplicates (10)
1
2
3
class Entrant < ActiveRecord::Base
  belongs_to :course
end