access_token.rb revision 8020639d5f1f21a6b368d19f6e1b11040ae9696f
e5a38deea869b1ffcd8d4f578abb5e2a565ba7c6Eugen Kuksa scope :expired, ->() { where('expiration <= ?', Time.now) }
e5a38deea869b1ffcd8d4f578abb5e2a565ba7c6Eugen Kuksa scope :unexpired, ->() { where('expiration > ?', Time.now) }
id = [
{without_protection: true})