Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dLobatog/74ce9c64223fe3680b543a0c32a48b61 to your computer and use it in GitHub Desktop.
Save dLobatog/74ce9c64223fe3680b543a0c32a48b61 to your computer and use it in GitHub Desktop.
irb(main):001:0> RuleResult.where(:end_time => nil)
=> #<ActiveRecord::Relation []>
irb(main):002:0> RuleResult.where(:start_time => nil)
=> #<ActiveRecord::Relation []>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment