Cross Reference: formality_level.rb
xref
: /
httpd
/
docs
/
manual
/
platform
/
perf.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
formality_level.rb revision b259caaf997a77772be96abeb9c403d01669b875
class
FormalityLevel
<
ActiveRecord
::
Base
has_many
:
ontologies
attr_accessible
:
name
, :
description
validates
:
name
,
presence
:
true
,
uniqueness
:
true
,
length
:
{
within
:
0
..
50
}
def
to_s
name
end
end