mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-24 16:58:35 -04:00
seed.tradable was back to front logic. fixed
This commit is contained in:
@@ -46,7 +46,7 @@ class Seed < ActiveRecord::Base
|
||||
scope :has_location, -> { joins(:owner).where.not("members.location": nil) }
|
||||
|
||||
def tradable?
|
||||
tradable_to == 'nowhere'
|
||||
tradable_to != 'nowhere'
|
||||
end
|
||||
|
||||
def seed_slug
|
||||
|
||||
Reference in New Issue
Block a user