module OneEye::Insights

Public Class Methods

const_missing(const) click to toggle source
# File lib/models/insights/insights.rb, line 3
def self.const_missing(const)
  const_set(const, Class.new(OneEye::Base))
end