Class: Mixin

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
DefaultBehavior
Defined in:
test/test_helper.rb

Direct Known Subclasses

ListMixin, ListWithStringScopeMixin, StiMixin

Instance Attribute Summary

Attributes included from DefaultBehavior

#before_save_triggered

Class Method Summary collapse

Methods included from DefaultBehavior

#log_before_save

Class Method Details

.table_nameObject



50
51
52
# File 'test/test_helper.rb', line 50

def self.table_name 
  "mixins" 
end