リビジョン ca23dc47
| app/models/term.rb | ||
|---|---|---|
|
class Term < ActiveRecord::Base
|
||
|
unloadable
|
||
|
|
||
|
belongs_to :category, :class_name => 'TermCategory', :foreign_key => 'category_id'
|
||
|
belongs_to :project
|
||
| app/models/term.rb | ||
|---|---|---|
|
class Term < ActiveRecord::Base
|
||
|
unloadable
|
||
|
|
||
|
belongs_to :category, :class_name => 'TermCategory', :foreign_key => 'category_id'
|
||
|
belongs_to :project
|
||
他の形式にエクスポート: Unified diff
Remove unloadable from models