File: mixed_case_monkey.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-- 76 bytes parent folder | download | duplicates (6)
1
2
3
class MixedCaseMonkey < ActiveRecord::Base
  set_primary_key 'monkeyID'
end