Class: Prosperity::Graph

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/prosperity/graph.rb

Constant Summary collapse

ATTR_ACCESSIBLE =
[:title, :period, :graph_lines, :graph_type].freeze
VALID_GRAPH_TYPES =
%w(line area ratio)