3 lines
92 B
Ruby
3 lines
92 B
Ruby
class Statistc < ActiveRecord::Base
|
|
has_many :data_points, :class_name => 'DataPoint'
|
|
end
|