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