Class: Tagging

Inherits:
Object
  • Object
show all
Includes:
DataMapper::Resource
Defined in:
lib/dm-tags/tagging.rb

Instance Method Summary collapse

Instance Method Details

#taggableObject



11
12
13
# File 'lib/dm-tags/tagging.rb', line 11

def taggable
  taggable_type.get!(taggable_id)
end