view vendor/plugins/classic_pagination/test/fixtures/developer.rb @ 1190:91db8e091f10 cannam

Remove My Projects from projects list (now in My Page)
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 22 Jan 2013 15:45:29 +0000
parents 513646585e45
children
line wrap: on
line source
class Developer < ActiveRecord::Base
  has_and_belongs_to_many :projects
end

class DeVeLoPeR < ActiveRecord::Base
  set_table_name "developers"
end