OSDN Git Service

add Redmine trunk rev 3089
[redminele/redminele.git] / redmine / vendor / plugins / engines / test / plugins / alpha_plugin / app / models / app_and_plugin_model.rb
1 class AppAndPluginModel < ActiveRecord::Base
2   def self.report_location; TestHelper::report_location(__FILE__); end
3
4   def defined_only_in_alpha_plugin_version
5     # should not be defined as the model in app/models takes precedence
6   end
7 end