Module: Ratable::Models::Ratee::ActiveRecordInclusion
- Defined in:
- lib/ratable/models/ratee.rb
Instance Method Summary collapse
Instance Method Details
#acts_like_ratee? ⇒ Boolean
21 22 23 |
# File 'lib/ratable/models/ratee.rb', line 21 def acts_like_ratee? self.class.ancestors.include?(Ratee) end |