Cross Reference: metadatable.rb
xref
: /
ontohub
/
lib
/
metadatable.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
metadatable.rb revision d0e19b833d7f9c691a36342c365029720c095742
module
Metadatable
extend
ActiveSupport
::
Concern
included
do
has_many
:
meta_datas
, :
as
=> :
metadatable
end
end