mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-02 21:51:01 -05:00
annual? perennial!=true
This commit is contained in:
@@ -170,7 +170,7 @@ class Crop < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def annual?
|
||||
!(perennial == true)
|
||||
perennial != true
|
||||
end
|
||||
|
||||
def interesting?
|
||||
|
||||
Reference in New Issue
Block a user