Module: Odania::Taggable

Defined in:
lib/odania/taggable.rb,
lib/odania/taggable/core.rb,
lib/odania/taggable/tag_count.rb,
lib/odania/taggable/tag_module.rb

Defined Under Namespace

Modules: Core, TagCount, TagModule

Instance Method Summary collapse

Instance Method Details

#acts_as_taggableObject



12
13
14
# File 'lib/odania/taggable.rb', line 12

def acts_as_taggable
	taggable_on(:tags)
end

#taggable?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/odania/taggable.rb', line 8

def taggable?
	false
end