Class: AppAndPluginModel

Inherits:
ActiveRecord::Base show all
Defined in:
vendor/plugins/engines/test/app/models/app_and_plugin_model.rb,
vendor/plugins/engines/test/plugins/alpha_plugin/app/models/app_and_plugin_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/app/models/app_and_plugin_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/app/models/app_and_plugin_model.rb', line 4

def defined_only_in_alpha_plugin_version
  # should not be defined as the model in app/models takes precedence
end