OSDN Git Service

add Redmine trunk rev 3089
[redminele/redminele.git] / redmine / vendor / plugins / engines / test / plugins / alpha_plugin / lib / app_and_plugin_lib_model.rb
1 class AppAndPluginLibModel < 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
6   end
7 end