Skip to content

Instantly share code, notes, and snippets.

@tom-lord
Created October 12, 2018 10:18
Show Gist options
  • Save tom-lord/45bca0ccf036d809943a27a4130c8872 to your computer and use it in GitHub Desktop.
Save tom-lord/45bca0ccf036d809943a27a4130c8872 to your computer and use it in GitHub Desktop.
class LeaseDeal < ApplicationRecord
def self.expire_all(time: Time.current)
update_all(expired_at: time)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment