muratguzel/letsrate

View on GitHub
lib/generators/letsrate/templates/cache_model.rb

Summary

Maintainability
A
0 mins
Test Coverage
class RatingCache < ActiveRecord::Base
  belongs_to :cacheable, :polymorphic => true
end