adds votes feature specs [#9]

This commit is contained in:
rgarcia
2015-07-18 18:10:36 +02:00
parent e006549092
commit 090890f1ef
3 changed files with 58 additions and 0 deletions

2
app/models/vote.rb Normal file
View File

@@ -0,0 +1,2 @@
class Vote < ActsAsVotable::Vote
end