Class: AppAndPluginLibModel

Inherits:
ActiveRecord::Base show all
Defined in:
vendor/plugins/engines/test/lib/app_and_plugin_lib_model.rb,
vendor/plugins/engines/test/plugins/alpha_plugin/lib/app_and_plugin_lib_model.rb

Class Method Summary

Instance Method Summary

Methods inherited from ActiveRecord::Base

quoted_table_name

Class Method Details

+ (Object) report_location



2
# File 'vendor/plugins/engines/test/lib/app_and_plugin_lib_model.rb', line 2

def self.report_location; TestHelper::report_location(__FILE__) end

Instance Method Details

- (Object) defined_only_in_alpha_plugin_version



4
5
6
# File 'vendor/plugins/engines/test/plugins/alpha_plugin/lib/app_and_plugin_lib_model.rb', line 4

def defined_only_in_alpha_plugin_version
  # should not be defined
end