environment.rb 206 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 require_dependency 'environment' class Environment #FIXME make this test has_many :discussions, :through => :profiles, :source => :articles, :class_name => ProposalsDiscussionPlugin::Discussion end