File: user.rb

package info (click to toggle)
ruby-sequenced 3.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,884 kB
  • sloc: ruby: 696; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (3)
1
2
3
4
class User < ActiveRecord::Base
  belongs_to :account
  acts_as_sequenced :scope => :account_id, :column => :custom_sequential_id
end