obsolete.ChilliProject/vendor/plugins/engines/test/lib/app_and_plugin_lib_model.rb

4 lines
142 B
Ruby

#-- encoding: UTF-8
class AppAndPluginLibModel < ActiveRecord::Base
def self.report_location; TestHelper::report_location(__FILE__); end
end