It's better to use STI instead
This commit is contained in:
parent
83eb63cbe8
commit
3b6228dc27
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ class Snippet < ActiveRecord::Base
|
|||
scope :private, -> { where(private: true) }
|
||||
scope :fresh, -> { order("created_at DESC") }
|
||||
scope :expired, -> { where(["expires_at IS NOT NULL AND expires_at < ?", Time.current]) }
|
||||
scope :has_project, -> { where("bars.id IS NOT NULL") }
|
||||
scope :non_expired, -> { where(["expires_at IS NULL OR expires_at > ?", Time.current]) }
|
||||
|
||||
def self.content_types
|
||||
|
|
Loading…
Reference in a new issue