fix site.supporter?

This commit is contained in:
Kyle Drake 2014-11-14 00:27:58 -08:00
parent 578246668e
commit 214770ac80

View file

@ -877,7 +877,7 @@ class Site < Sequel::Model
end
def supporter?
plan_type != 'free'
owner.plan_type != 'free'
end
def ended_supporter?