This is my script ``` if @issue.done_ratio_changed? && (@time_entry.hours.to_i == 0 || @issue.time_entries.none?) errors.add(:base,"Please fill in the time entry!") end ``` It's not work. Could you please help me?
This is my script
It's not work. Could you please help me?