Chris@909: class AppAndPluginModel < ActiveRecord::Base Chris@909: def self.report_location; TestHelper::report_location(__FILE__); end Chris@909: Chris@909: def defined_only_in_alpha_plugin_version Chris@909: # should not be defined as the model in app/models takes precedence Chris@909: end Chris@909: end