Sha256: e90c1e48a25b430d35aef1d4f39320e04d92a5a098c9a22895e104815f2af1ca

Contents?: true

Size: 156 Bytes

Versions: 3

Compression:

Stored size: 156 Bytes

Contents

module Heart
  class Dashboard < Heart::Application
    INACTIVE = 2
    scope :active, lambda { where(:status => nil).where('dashboard != ""') }
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
heart-0.0.2 app/models/heart/dashboard.rb
heart-0.0.1 app/models/heart/dashboard.rb
heart-0.0.1.pre app/models/heart/dashboard.rb