リビジョン dbc56350
| app/models/term.rb | ||
|---|---|---|
|
:type => 'terms',
|
||
|
:url => Proc.new {|o| {:controller => 'glossary', :action => 'show', :id => o.project, :term_id => o.id} }
|
||
|
|
||
|
attr_accessible :project, :category_id, :author, :name, :name_en, :datatype, :codename, :description,
|
||
|
attr_accessible :project_id, :category_id, :author, :name, :name_en, :datatype, :codename, :description,
|
||
|
:rubi, :abbr_whole
|
||
|
|
||
|
def author
|
||
This closes #5 fix cvs import bug.