To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / a4 / a4243acdb4189cebe80aac893898227b027c45ce.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (200 Bytes)

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