class method
self.new
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v4.2.9Signature
self.new()
No documentation comment.
Source
# File activerecord/lib/active_record/log_subscriber.rb, line 16
def initialize
super
@odd_or_even = false
end
Defined in activerecord/lib/active_record/log_subscriber.rb line 16
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::LogSubscriber