Class: Tagtical::Tagging

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
ActiveRecord::Backports
Defined in:
lib/tagtical/tagging.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods included from ActiveRecord::Backports

included

Instance Method Details

#<=>(tagging) ⇒ Object



37
38
39
# File 'lib/tagtical/tagging.rb', line 37

def <=>(tagging)
  relevance <=> tagging.relevance
end