source: ruby/branches/0.5/app/models/encoding_alias.rb@ 225

Last change on this file since 225 was 225, checked in by KOBAYASHI, Shinji, 15 years ago

implementing terminology services

File size: 95 bytes
Line 
1class EncodingAlias < ActiveRecord::Base
2 belongs_to :encoding, :foreign_key => 'mibenum'
3end
Note: See TracBrowser for help on using the repository browser.