Sha256: a4a86c8e691d2b92edd74385c384521b049a371fca0b8b0a42e38dd9a256bec6
Contents?: true
Size: 421 Bytes
Versions: 14
Compression:
Stored size: 421 Bytes
Contents
class Conductor module Controller module Dashboard ActionController::Base.view_paths.unshift File.join(File.dirname(__FILE__), "../views") def index @weights = Conductor::Experiment::Weight.all @weight_history = Conductor::Experiment::History.all @dailies = Conductor::Experiment::Daily.all render :template => 'dashboard/index' end end end end
Version data entries
14 entries across 14 versions & 1 rubygems