Sha256: 05535f0c48800c598c00095acdc2153e1a1073537ffb7120a15f8ee2511d44e7
Contents?: true
Size: 181 Bytes
Versions: 10
Compression:
Stored size: 181 Bytes
Contents
module Prosperity class Dashboard < ActiveRecord::Base has_many :dashboard_graphs has_many :graphs, through: :dashboard_graphs validates_presence_of :title end end
Version data entries
10 entries across 10 versions & 1 rubygems