Cross Reference: metadatum.rb
xref
: /
ontohub
/
app
/
models
/
metadatum.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
metadatum.rb revision cbb18f95cb8354f0c3fb44ba5134dadc7ad6b2ec
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_SCHEMAS
)
,
:
if
=> :
key
?
end