Cross Reference: metadatum.rb
xref
: /
ontohub
/
app
/
models
/
ontology
/
sentences.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
metadatum.rb revision 4ca034f85658e9b2ec5526968cb7f42c0b30c066
class
Metadatum
<
ActiveRecord
::
Base
belongs_to
:
metadatable
,
:
polymorphic
=>
true
,
:
counter_cache
=>
true
belongs_to
:
user
attr_accessible
:
key
, :
value
validates_format_of
:
key
,
:
with
=>
URI
::
regexp
(
ALLOWED_URI_SCHEMES
)
,
:
if
=> :
key
?
end